Class Routine

@if (!empty($newRoutingArray)) @foreach ($newRoutingArray as $key => $routing)
Branch: {{ isset($branchAndVersionArray[$branchClassGroupSection[0]]) ? $branchAndVersionArray[$branchClassGroupSection[0]] : '' }} Class: {{ isset($classArray[$branchClassGroupSection[1]]) ? $classArray[$branchClassGroupSection[1]] : '' }} Group: {{ isset($groupArray[$branchClassGroupSection[2]]) ? $groupArray[$branchClassGroupSection[2]] : '' }} Section: {{ isset($sectionArray[$branchClassGroupSection[3]]) ? $sectionArray[$branchClassGroupSection[3]] : '' }}
@foreach ($periodArray as $period) @endforeach @foreach ($dayArray as $dayKey => $day) @foreach ($periodArray as $periodKey => $period) @endforeach @endforeach
Day{{ $period }}
{{ $day }} @if (isset($routing[$dayKey . "_" . $periodKey]))
Subject: {{ $routing[$dayKey . "_" . $periodKey]->subject_name }}
Class Time: {{ $routing[$dayKey . "_" . $periodKey]->routine_time }}
Contact : {{ $routing[$dayKey . "_" . $periodKey]->phone_no }}
Name : {{ $routing[$dayKey . "_" . $periodKey]->full_name }}
@else

-

@endif
@endforeach @endif