@extends('Layouts.Application') @section('MainContent')
| 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 }} | |
| Day | @foreach ($periodArray as $period){{ $period }} | @endforeach
|---|---|
| {{ $day }} | @foreach ($periodArray as $periodKey => $period)
@if (isset($routing[$dayKey . "_" . $periodKey]))
Subject:
Class Time:
@else
-@endif |
@endforeach