{{ 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
Booking a slot will take you to the payment gateway and you will have 10 mins to complete your payment.
| Genre & Level | Date | Time Slot | Action |
|---|---|---|---|
| {{ $masterId['genre'] }} - {{ $masterId['exam_level'] }} | {{ date('M d, Y (l)', strtotime($list->slot['slot_date'])) }} | {{ $list->slot['slot_time_start'] }} - {{ $list->slot['slot_time_end'] }} | Book This Slot |