@extends('layouts.app') @section('content')
Edit {{$title}}
@csrf @method('PUT') @include('pages.jadwal.form')
Update
@endsection