@if(!empty(session('instituteDetails')->logo)) School Logo @endif

{{ strtoupper(session('instituteDetails')->institute_name) }}

@if (!empty($branchAndVersionDetails))

{{ $branchAndVersionDetails->school_branch_name }} {{ $branchAndVersionDetails->school_version_name }}

@endif

Student List

@if ($className)

Class: {{ $className }}

@endif @if ($groupName)

Group: {{ $groupName }} Section: {{ $sectionName }}

@endif @if (empty($branchAndVersionDetails)) @endif @if ($className) @endif @if ($studentsDetails->isNotEmpty()) @foreach ($studentsDetails as $key => $student) @if (empty($branchAndVersionDetails)) @endif @if ($className) @endif @endforeach @endif
SL Student ID NameClass SectionRoll StatusContact For SMS
{{ $key + 1 }}  {{ $student->system_generated_student_id }}  {{ $student->student_name }} {{ $student->ClassName }} {{ $student->SectionName }} {{ $student->roll_no }} @if ($student->status == '1') Active @elseif ($student->status == '3') TC-B @elseif ($student->status == '4') TC-A @else Inactive @endif {{ $student->contact_for_sms }}
Print Date & Time : {{ date('d-M-Y h:i:sa') }} Powered by: EDU PLUS