@extends('layouts.app') @section('title', 'Online Application Students List') @include('admin.components.toster') @section('content')
| Action | # | Photo | Student ID | Name | Name (Bangla) | Father | Mother | Class | Session | Group | Year | Section | Roll | Registration | Created | Status |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Show | {{ $loop->iteration }} |
@if (optional($item->user)->avatar)
|
{{ 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') }} |
{{ $item->status }}
|