{{ $t->number }}
Tgl. Transaksi
{{ Common::dateFormat($t->created_at, 'dd mmmm yyyy, hh:ii WIB') }}
Paket
{{ $t->package->name . ' - ' . ucfirst($t->package_time_name) }}
Metode Pembayaran
{{ $t->paymentMethod->name }}
Harga |
Rp |
{{ number_format($t->subtotal, 0, '', '.') }} |
Biaya Transaksi |
Rp |
{{ number_format($t->fee, 0, '', '.') }} |
Total |
Rp |
{{ number_format($t->total, 0, '', '.') }} |
{!! $t->status_badge !!}
@if ($t->status == 0)
@elseif ($t->status == 1)
Tgl. Pembayaran
{{ Common::dateFormat($t->payment_date, 'dd mmmm yyyy, hh:ii WIB') }}
@endif