Edit Teacher's Routine
@include ('Layouts.FormValidationErrors') @include ('Layouts.ErrorSuccessAndWarninMessages') @if (isset($assignedSubjects[0]->id))
@csrf {{ method_field('PUT') }}
Sl.
Class
Group
Section
Branch
Subject
Period
Day
Time
Start Time
End Time
Room No.
Action
@if ($assignedSubjects->isNotEmpty()) @forelse ($assignedSubjects as $key => $as)
{{ $counter }}
{{ $as->ClassName }}
{{ $as->GroupName }}
{{ $as->SectionName }}
{{ $as->school_branch_name . ", " . $as->school_version_name }}
{{ $as->subject_name }}
@if ($periodNames->isNotEmpty()) @foreach ($periodNames as $period)
id == $as->period_id ? 'selected' : '' }}> {{ $period->name }}
@endforeach @endif
@if ($dayNames->isNotEmpty()) @foreach ($dayNames as $day)
id == $as->day_id ? 'selected' : '' }}> {{ $day->name }}
@endforeach @endif
Delete
@empty @endforelse @endif
Update
@else
Routine Not Found
@endif