@extends('dashboard.layouts.app') @section('title', __('dashboard.Create Schedule')) @section('page_heading', __('dashboard.Create Schedule')) @section('breadcrumb') @endsection @section('content')

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

{{ __('dashboard.Set up a new schedule by defining the type, sessions, and teacher availability.') }}

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

@csrf
@error('item_name')
{{ $message }}
@enderror
{{ __('dashboard.Choose the type of schedule to create.') }} @error('schedule_type')
{{ $message }}
@enderror
@error('sessions_count')
{{ $message }}
@enderror
@error('sessions_per_week')
{{ $message }}
@enderror
@error('start_date')
{{ $message }}
@enderror
@error('slots')
{{ $message }}
@enderror @error('slots.*')
{{ $message }}
@enderror
{{ __('dashboard.Conflict Status Legend') }}
{{ __('dashboard.Scheduled') }} {{ __('dashboard.Reserved') }} {{ __('dashboard.Started') }}
{{ __('dashboard.Cancel') }}
@endsection @section('scripts') @endsection