@if ($errors->any())
@endif @if(session('success'))
{{ session('success') }}
@endif

Instructor Schedule List

@foreach ($schedules as $index => $schedule) @endforeach
# Practical Session Student Name Slot Name Date Start Time End Time Action
{{ $index + 1 }} {{ $schedule->practicalsession->title}} {{ $schedule->student->full_name }} {{ $schedule->slot->title }} {{ $schedule->date }} {{ \Carbon\Carbon::createFromFormat('H:i:s', $schedule->start_time)->format('g:i A') }} {{ \Carbon\Carbon::createFromFormat('H:i:s', $schedule->end_time)->format('g:i A') }}