{{$mySchedulesTable['term_name']}}


@foreach($mySchedulesTable['periods'] as $period) @endforeach @php($backGround = 1) @foreach($mySchedulesTable['days'] as $nDay => $day) @php($backGroundColor = '') @if($backGround == 1) @php($backgroundColor = 'background-color: white;') @php($backGround = 0) @else @php($backGroundColor = 'background-color: #f0f4f9;') @php($backGround = 1) @endif @for ($row = 0; $row < $mySchedulesTable['daysRows'][$nDay]; $row++) @if($row == 0) @endif @foreach($mySchedulesTable['periods'] as $period) @php($key = "{$nDay}_{$period['period']}_{$row}") @if($mySchedulesTable['table'][$key] != null) @if($mySchedulesTable['table'][$key] != 'repeated') @php($colSpan = $mySchedulesTable['table'][$key]['column_span']) @php($label = $mySchedulesTable['table'][$key]['committee_name']) @if($mySchedulesTable['table'][$key]['weekly'] == 0) @php($label .= " (Biweekly)") @endif @endif @else @endif @endforeach @endfor @endforeach
Day
Periods
{{$period['from']}}:{{$period['to']}}
{{$day}}
{{$label}}