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