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