@extends('layouts.master') @section('title') {{ 'Page Title Goes Here' }} @endsection @section('contain')
                            
                            {{ $user->full_name ?? '-' }}
{{ $user->email }}
{{ $user->phone }}
{{ $user->experiences ? ucwords($user->experiences) : '-' }}
{{ $user->qualification ? ucwords($user->qualification) : '-' }}
{{ $user->gender }}
{{ $user->age ?? '-' }}
{{ $user->customer_stripe_id }}
{{ $user->ethnicity ?? '-' }}
{{ $user->latitude ?? '-' }}
{{ $user->longitude ?? '-' }}
offline
@elseonline
@endif{{ $user->dob }}
{{ $user->biography ?? '-' }}
{{ trim($language) }}
@endforeachNot Uploaded
                                                         Click to view 
                                                        pending
                                                        
                                                            
                                                                
                                                            
                                                            
                                                                
                                                            
                                                        
                                                        
                                                    
Not Uploaded
{{ $user->wallet->currency ?? '' }}
{{ $user->wallet->amount ?? '' }}
| S.No | Transaction Type | Amount | Amount Type | Date | |
|---|---|---|---|---|---|
| {{ $num++ }} | {{ $transaction->type ?? '-' }} | {{ $transaction->amount ?? '-' }} | {{ $transaction->amount_type ?? '-' }} | {{ $transaction->created_at ?? '-' }} | {{--{{ \Carbon\Carbon::parse($transaction->created_at)->diffForHumans()}} | --}}
| S.No | Preferences | 
|---|---|
| {{ $num++ }} | {{ $service->title ?? '' }} | 
| S.No | Services | 
|---|---|
| {{ $num++ }} | {{ $service->title ?? '' }} | 
| S.No | Working Days | Start Time | End Time | Status | {{--Date | --}}||
|---|---|---|---|---|---|---|---|
| {{ $num++ }} | {{ $schedule->day ? ucwords($schedule->day) : '-' }} | @if ($schedule->status == 'on'){{ $schedule->starttime ? date('h:i A', strtotime($schedule->starttime)) : '-' }} | @else- | @endif @if ($schedule->status == 'on'){{ $schedule->starttime ? date('h:i A', strtotime($schedule->endtime)) : '-' }} | @else- | @endif
                                                    @if ($schedule->status == 'on')
                                                         {{ $schedule->status ?? '' }} @else{{ $schedule->status ?? '' }} @endif | 
                                                {{-- {{ $schedule->created_at ?? '' }} | --}}