@extends('layouts.app') @section('title', 'Pembayaran') @section('breadcrumb')
| No. Pembayaran | Invoice | Pelanggan | Tanggal | Metode | Referensi | Jumlah | Dicatat Oleh |
|---|---|---|---|---|---|---|---|
| {{ $pay->payment_number }} | {{ $pay->invoice->invoice_number }} | {{ $pay->invoice->serviceOrder->customer->name }} | {{ $pay->payment_date->format('d/m/Y') }} | @php $icons = ['tunai'=>'bi-cash','transfer'=>'bi-bank','kartu_kredit'=>'bi-credit-card','kartu_debit'=>'bi-credit-card-2-front','qris'=>'bi-qr-code']; @endphp {{ $pay->method_label }} | {{ $pay->reference_number ?? '-' }} | Rp {{ number_format($pay->amount, 0, ',', '.') }} | {{ $pay->createdBy->name }} |
| Tidak ada data pembayaran | |||||||