Sort By Location :
@if($records) @foreach($records as $rec) @endforeach @else @endif
User Name Date and Time Slot Location SIM Amount Paid
@if($rec->user) @endif {{$rec->start_time}} @if($rec->ridetimeslot){{$rec->ridetimeslot->times}} {{$rec->ridetimeslot->name}}@endif @if($rec->ridelocation){{$rec->ridelocation->location}}@endif @if($rec->ridesim){{$rec->ridesim->sim}}@endif @if($rec->ridepayment and $rec->ridepayment->amount!="0.00") ${{number_format($rec->ridepayment->amount, 2, '.', '')}} @if($rec->ridepayment->coupon_payment) and @endif
@endif @if($rec->ridepayment and $rec->ridepayment->coupon_payment) Coupon redeemed @endif
{!! $records->appends(request()->except('page'))->render() !!}