@include('admin.common-layout.header')
|
|
Full Name | Email-Id | Mobile Number | Date of Birth | Age | Gender | Category | Status | Registered At | Action |
|---|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $stulist->name }} | {{ $stulist->email }} | {{ $stulist->mobile_number }} | {{ $stulist->date_of_birth }} | {{ $stulist->age }} | {{ $stulist->gender_name }} | {{ $stulist->category_name }} | @if(!empty($stulist->created_at)) {{ date('d-m-Y', strtotime($stulist->created_at)) }} @else @endif |
|