{{$index+1}} |
{{$borrow->user['name']}} |
{{$borrow->bike_id}} |
{{$borrow->borrow_time}} |
@if($borrow->retrun_time == null)
Belum dikembalikan @else
{{$borrow->return_time}}
@endif
|
{{$borrow->terminal['name']}} |
{{$borrow->terminal['city']}} |
Rp 1 |
{{$borrow->status}} |
@endforeach