@extends('template.desktop.app') @section('content')
| # | No TRX | Nominal | Status | Tanggal |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $trx->trx_no }} | Rp {{ number_format($trx->amount, 0, ',', '.') }} | {{ ucfirst($trx->status) }} | {{ \Carbon\Carbon::parse($trx->transaction_date)->format('d M Y') }} |
| Tidak ada transaksi. | ||||