@extends('layouts.app') @section('metades') @endsection @section('title') Dashboard: Millennial turf: Online turf booking system in Kolkata @endsection @section('content')
profile image

{{$userData['name']}}

@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)

{{$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']))}}
@endforeach @endif