@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
No | Peminjam | ID Sepeda | Peminjaman | Pengembalian | Terminal Awal | Terminal Akhir | Tagihan |
---|---|---|---|---|---|---|---|
{{$index+1}} | {{$borrow->user['name']}} | {{$borrow->bike_id}} | {{$borrow->borrow_time}} | @if($borrow->status == "borrowed") Belum dikembalikan @else {{$borrow->return_time}} @endif | {{$borrow->terminal['name']}}, {{$borrow->terminal['city']}} | {{$borrow->terminal['name']}}, {{$borrow->terminal['city']}} | Rp {{$borrow->tagihan}} |