@if(!empty($userData))
{{$userData['name']}}
{{$userData['email']}}
{{$userData['mobile']}}
@endif
I am Vaccinated
Now you have increased game changes by 2x
@if(!empty($bookingData))
@foreach($bookingData as $val)
@endforeach
@endif
{{$val['gameName']}}
@if(!empty($slotList=$val['slotList']))
@foreach($slotList as $key=>$sval)
{{date("g A", strtotime($sval['slotStartTime']))}} to {{date("g A", strtotime($sval['slotEndTime']))}}
@endforeach
@endif
WTS{{$val['id']}}
{{$val['total_price']}}
{{date('M', strtotime($val['slot_date']))}}
{{date('d', strtotime($val['slot_date']))}}
{{date('Y', strtotime($val['slot_date']))}}
