{{-- Logo N School Details--}}
{{ strtoupper(config('app.name')) }}
{{-- MINNA, NIGER STATE
--}} {{ ucwords($s['address']) }}
{{ config('app.url') }}/i>

TIMETABLE FOR {{ strtoupper($my_class->name. ' ('.$ttr->year.')' ) }}
{{--Background Logo--}}
{{-- Tabulation Begins --}} @foreach($time_slots as $tms) @endforeach @foreach($days as $day) @if($ttr->exam_id) @else @endif @foreach($d_time->where('day', $day) as $dt) @endforeach @endforeach
Time
Date
{{ $tms->time_from }}
{{ $tms->time_to }}
{{ date('l', strtotime($day)) }}
{{ date('d/m/Y', strtotime($day)) }}
{{ $day }}{{ $dt['subject'] }}