{{--If TimeTables Exist--}} @if($tts->count()) @foreach($tts->chunk(2) as $chunk)
@foreach($chunk as $tt)
{{ ($tt->exam_date ? 'Exam ('.date('D\, d/m/Y', strtotime($tt->exam_date)).')' : $tt->day) }} {{ '('.$tt->time_slot->full.')' .' - '.$tt->subject->name }}
@csrf @method('PUT') @if($ttr->exam_id) {{--EXAM DATE--}}
@else {{--DAY--}}
@endif {{--SUBJECT--}}
{{--TIME SLOT--}}
{{--SUBMIT--}}
@endforeach
@endforeach @else
There are NO Records to Display. Add Subjects To The TimeTable Record & Refresh the page
@endif