Failed Booking Report Booking Dashboard
Sort By Location :
@if($records) @foreach($records as $rec) @endforeach @else @endif
User Name Date Slot Location SIM Failed Amount
@if($rec->user) @endif {{$rec->created_at}} @if($rec->timeslot){{$rec->timeslot->times}} {{$rec->timeslot->name}}@endif @if($rec->location){{$rec->location->location}}@endif @if($rec->sim){{$rec->sim->sim}}@endif @if($rec->amount) ${{number_format($rec->amount, 2, '.', '')}} @endif
{!! $records->appends(request()->except('page'))->render() !!}