@if ($students)
@csrf @foreach ($students as $item) @endforeach
Action Status # Photo Student ID Name Name (Bangla) Father Mother Class Session Group Year Section Roll Registration Created
{{ $item->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 }} {{ optional($item->user)->registration }} {{ $item->created_at->format('d-m-Y') }}
@else

No Student Found

@endif