@extends ('Layouts.Application') @section ('MainContent')
Coordinate Teacher List
@include ('Layouts.FormValidationErrors') @include ('Layouts.ErrorSuccessAndWarninMessages')
@csrf
@if (count($assignedBranches)) @foreach ($assignedBranches as $ibv)
@endforeach @endif
@if (count($assignedClasses)) @foreach ($assignedClasses as $class)
class_id == $class->id ? 'checked' : '') : '' }} />
@endforeach @endif
@if (count($assignedSubjects)) @foreach ($assignedSubjects as $subject)
@endforeach @endif

@if (count($coordinatedTeacherList)) @foreach ($coordinatedTeacherList as $key => $cTL) @endforeach @else @endif
Sl. Name Username Email Phone No Branch-Shift-Version Class Subject
{{ $key + 1 }} {{ $cTL->full_name }} {{ $cTL->username }} {{ $cTL->email }} {{ $cTL->phone_no }} {{ $cTL->school_branch_name }}, {{ $cTL->school_version_name }} {{ $cTL->ClassName }} {{ $cTL->subject_name }}

No Data Found!

@endsection