@extends('Layouts.Application') @section('MainContent')
Class Routine
NAME : {{Auth::user()-> full_name}} ID : {{ $studentDetails->system_generated_student_id }}
ROLL :{{ $studentDetails->roll_no }} CLASS : {{ $studentDetails->class_info->ClassName }} SECTION : {{ $studentDetails->section->SectionName }} GROUP : {{ $studentDetails->group->GroupName }}
@if (!empty($newRoutingArray)) @foreach ($newRoutingArray as $key => $routing)
Branch: {{ isset($branchAndVersion[$branchClassGroupSection[0]]) ? $branchAndVersion[$branchClassGroupSection[0]] : '' }} Class: {{ isset($classInfo[$branchClassGroupSection[1]]) ? $classInfo[$branchClassGroupSection[1]] : '' }} Group: {{ isset($group[$branchClassGroupSection[2]]) ? $group[$branchClassGroupSection[2]] : '' }} Section: {{ isset($section[$branchClassGroupSection[3]]) ? $section[$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:
Class Time:
@else

-

@endif
@endforeach @endif
@endsection