{{ ucfirst(Auth::user()->name) }}
{{ Auth::user()->email }}
{{ Auth::user()->phone }}
DATE OF BIRTH{{ Auth::user()->dob }}
ADDRESS{{ ucfirst(Auth::user()->address_1) }},
{{ ucfirst(Auth::user()->address_2) }}
{{ ucfirst(Auth::user()->city) }} {{ ucfirst(Auth::user()->zipcode) }}
{{ ucfirst(Auth::user()->state) }}, {{ ucfirst(Auth::user()->country) }}
Edit Bio Change Password
| Genre | Level | Date | Time Slot | Status | Action | |
|---|---|---|---|---|---|---|
|
No certification found
|
||||||
| {{ @$list->exam_master->genre }} | {{ @$list->exam_master->exam_level }} | {{ date('d M, Y',strtotime($list->slot->slot_date)) }} | {{ $list->slot->slot_time_start }} to {{ $list->slot->slot_time_end }} | @if($list->status == 'Complete')
Completed
@elseif($list->status == 'Pending')
Scheduled
@else($list->status == 'Inprogress')
In-progress
@endif
|
@if($list->status == 'Complete')
Evaluation Detail | My Certificate | @else- | @endif