@section('page-title') Instructor Availability @endsection @section('page-description') {{ $instructor->user->name }} @endsection

Add Weekly Availability

Set instructor available days and times

@csrf

Weekly Schedule

Update or remove instructor available timings

@forelse ($availability as $item) @empty @endforelse
Day Start Time End Time Update Time Actions
{{ $days[$item->day_of_week] }}
{{ \Carbon\Carbon::parse($item->start_time)->format('h:i A') }} {{ \Carbon\Carbon::parse($item->end_time)->format('h:i A') }}
@csrf @method('PUT')
@csrf @method('DELETE')

No Availability Found

Add weekly availability to get started.