@extends('teacher.layouts.layouts') @section('content')

Create Appointments

@csrf {{--
@error('teacher_id')
{{ $message }}
@enderror
--}}
@error('curriculum_id')
{{ $message }}
@enderror
@error('day.*')
{{ $message }}
@enderror
@endsection @push('js') @include('teacher.appointments.shared.script'); @include('shared.relodButton'); @endpush