@if($teacher_count > 0)
@if(count($standardLinks) != 0) @foreach($standardLinks as $standardLink) @endforeach @else @endif
Standard Section Class Teacher Subjects & Teacher Status Actions
{{ $standardLink->StandardName }} {{ $standardLink->section->name }} @if( $standardLink->stream!=null && $standardLink->stream!='' ) ({{ $standardLink->stream }}) @endif {{ $standardLink->teacher->FullName }} @foreach($standardLink->teacherlink as $teacherlink)

{{ $teacherlink->subject->name }}

{{ ucwords($teacherlink->teacher->FullName) }}

@endforeach
@if( $standardLink->status == 1) @else @endif

No Records Found

@else

You Need To Add Teachers Before Adding Class.Click Here To Add Teachers

@endif
@push('scripts') @endpush