@extends('layouts.main_dashboard.app') @section('title', __('dashboard.Schedules') . ' | ' . __('dashboard.Edit Schedule')) @section('content')

{{ __('dashboard.Schedule Builder') }}

{{ __('dashboard.Edit Schedule') }}

{{ $schedule->schoolClass->name ?? '' }}

@csrf @method('PUT')
{{ __('dashboard.Back to Schedules') }}
@endsection @section('scripts') @endsection