@extends('layouts.member') @section('title', 'Riwayat Belanja') @section('content')
{{ $totalTransactions }}
Transaksi
Rp {{ number_format($totalSpent, 0, ',', '.') }}
Total Belanja
{{ $trx->invoiceNumber }}
{{ $trx->date->format('d M Y, H:i') }}
Rp {{ number_format($trx->totalAmount, 0, ',', '.') }}
{{ $trx->status }}Riwayat belanja Anda akan muncul di sini.