Teacher Timetable

@foreach ($timetables as $timetable) @if ($timetable->teacher_timetables->isEmpty()) @continue @endif

{{ $timetable->full_name }}

@foreach ($timetable->teacher_timetables as $time) @endforeach
Time Subject Class Section
{{ $time->start_time }} - {{ $time->end_time }} {{ $time->subjects->name }} {{ $time->classes->name }} {{ $time->sections->name }}
@endforeach