@extends('layouts.app') @section('title','Tambah Jadwal') @section('topbar-title','Tambah Jadwal') @section('content')
@if($errors->any())
Gagal Menambahkan Jadwal
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif {{-- Info matkul terpilih --}}
@csrf
Batal
@endsection @section('scripts') @endsection