@include('site.layouts.CommonCSS') @stack('css') @stack('css-inline') @include('site.layouts.header')

{{ 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. @if(isset($listingInfo) && $masterId->id > 0) @foreach($listingInfo as $key => $list) @endforeach @endif
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
@include('site.layouts.footer') @include('site.layouts.CommonJS') @include('site.layouts.flashMessage') @stack('script') @stack('script-function')