@if($students) @foreach ($students as $item) @endforeach
# Photo Student ID Name Name (Bangla) Father Mother Class Session Group Year Section Roll Created Status
{{ $loop->iteration }} @if (optional($item->user)->avatar) @endif {{ optional($item->user)->uid }} {{ optional($item->user)->name }} {{ optional($item->user)->name_bn }} {{ optional($item->user->studentInfo)->father }} {{ optional($item->user->studentInfo)->mother }} {{ optional($item->classtype)->name }} {{ optional($item->session)->name }} {{ optional($item->group)->name }} {{ optional($item->classyear)->name }} {{ optional($item->section)->name }} {{ optional($item->user)->roll }} {{ $item->created_at->format('d-m-Y') }}
{{ $item->status }}
@else

No Student Found

@endif