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

Edit Appointment

@csrf @method('PUT')
@error('curriculum_id')
{{ $message }}
@enderror
@endsection @push('js') @include('teacher.appointments.shared.script') @endpush