{!! Theme::section('theme/user.purchase.menu',['page'=>'ridebooking']) !!}
@if(count($myRides)>0) @if($myRides) @foreach($myRides as $rec) @endforeach @else @endif
Community Name Slot Location SIM Amount
@if($rec->community) @endif @if($rec->timeslot){{$rec->timeslot->times}} {{$rec->timeslot->name}}@endif @if($rec->location){{$rec->location->location}}@endif @if($rec->sim){{$rec->sim->sim}}@endif ${{number_format($rec->amount, 2, '.', '')}}
{!! $myRides->appends(request()->except('page'))->render() !!} @else
No ride bookings found. @endif