@extends('layouts.main') @section('title', 'Laporan Transaksi') @section('content')
| Tanggal | Penyewa | Tipe | Jumlah | Periode |
|---|---|---|---|---|
| {{ $t->transaction_date }} | {{ $t->penyewa->nama_1 ?? '-' }} | {{ ucfirst($t->type) }} | Rp {{ number_format($t->amount,0,',','.') }} | {{ $t->periode_mulai }} - {{ $t->periode_selesai }} |