@extends('layouts.apoteker') @section('title', '๐งพ Daftar Transaksi Pembeli') @section('content')
# | Pembeli | Total | Status | Catatan Pembeli | Catatan Apoteker | Alasan | Bukti | Aksi |
---|---|---|---|---|---|---|---|---|
{{ $loop->iteration + ($transactions->currentPage() - 1) * $transactions->perPage() }} | {{ $trx->user->name ?? 'Anonim' }} | Rp {{ number_format($trx->total, 0, ',', '.') }} | {{ ucfirst($trx->status) }} | {{ $trx->notes ?: 'โ' }} | {{ $trx->admin_note ?: 'โ' }} | {{ $trx->admin_rationale ?: 'โ' }} | @if ($trx->payment_proof) ๐ Lihat @else Belum ada @endif | ๐ Detail |
Tidak ada transaksi ditemukan. |