@php $authCheck = auth()->check(); $permission= auth()->user(); @endphp
| S.No. | User Name | Parent’s Email | DOB | Status | Actions | ||
|---|---|---|---|---|---|---|---|
| {{ $students->firstItem() + $key }} |
|
{{ $student->email }} | {{ $student->parent_email }} | {{ \Carbon\Carbon::parse($student->dob)->format('Y-m-d') }} | {{--{{ $student->status == 1 ? 'Active' : 'Inactive' }} | --}}{{ $student->status == 1 ? 'Active' : 'Inactive' }} |