@extends('layouts.app') @section('title', 'Riwayat Transaksi') @section('page-title', 'Riwayat Transaksi Saya') @section('page-sub', 'Semua transaksi yang sudah Anda proses.') @section('page-actions') @endsection @section('content')
| Invoice | Tanggal | Subtotal | Diskon | Total Bayar | Aksi | |
|---|---|---|---|---|---|---|
| {{ $t->no_invoice }} | {{ $t->created_at->format('d/m/Y H:i') }} | Rp {{ number_format($t->total_harga, 0, ',', '.') }} | {{ $t->diskon > 0 ? '- Rp '.number_format($t->diskon, 0, ',', '.') : '—' }} | Rp {{ number_format($t->total_bayar, 0, ',', '.') }} | Struk |