@extends('layouts.app')
@section('title','Edit Jadwal')
@section('topbar-title','Edit Jadwal')
@section('content')
{{-- Menampilkan Pesan Error jika Validasi Gagal --}}
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection