{{ $setting->site_name }}

Student list

@foreach ($students as $item) @endforeach
SL Student ID Name Father Father Mobile Mother Mother Mobile Class Session Group Year Section Roll Registration Date of Birth Gender Religion Blood Group Marital Status SSC School SSC Roll SSC Registration SSC Board SSC Passsing Year SSC Result HSC College HSC Roll HSC Registration HSC Board HSC Passing Year HSC Result Present District Present Police Station Present Post Office Present Post Code Present Address Permanent District Permanent Police Station Permanent Post Office Permanent Post Code Permanent Address Created Status
{{ $loop->iteration }} {{ optional($item->user)->uid }} {{ optional($item->user)->name }} {{ optional($item->user->studentInfo)->father }} {{ optional($item->user->studentInfo)->mother_mobile }} {{ optional($item->user->studentInfo)->mother }} {{ optional($item->user->studentInfo)->mother_mobile }} {{ 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 }} {{ optional($item->user->studentInfo)->dob }} {{ optional($item->user->studentInfo)->gender }} {{ optional($item->user->studentInfo->religion)->name }} {{ optional($item->user->studentInfo)->blood_group }} {{ optional($item->user->studentInfo)->marriage_status }} {{ optional($item->user->education)->ssc_school }} {{ optional($item->user->education)->ssc_roll }} {{ optional($item->user->education)->ssc_registration }} {{ optional($item->user->education)->ssc_board }} {{ optional($item->user->education)->ssc_passing_year }} {{ optional($item->user->education)->ssc_result }} {{ optional($item->user->education)->hsc_college }} {{ optional($item->user->education)->hsc_roll }} {{ optional($item->user->education)->hsc_registration }} {{ optional($item->user->education)->hsc_board }} {{ optional($item->user->education)->hsc_passing_year }} {{ optional($item->user->education)->hsc_result }} {{ optional($item->user->studentInfo)->district_name }} {{ optional($item->user->studentInfo)->police_station }} {{ optional($item->user->studentInfo)->post_office }} {{ optional($item->user->studentInfo)->post_code }} {{ optional($item->user->studentInfo)->address }} {{ optional($item->user->studentInfo)->per_district_name }} {{ optional($item->user->studentInfo)->per_police_station }} {{ optional($item->user->studentInfo)->per_post_office }} {{ optional($item->user->studentInfo)->per_post_code }} {{ optional($item->user->studentInfo)->per_address }} {{ $item->created_at->format('d-m-Y') }} {{ $item->status }}