|
|
{{ $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') }} |
@endforeach