@extends('layouts.app') @section('title','Payments | BASCORE') @section('content')
| Receipt | Invoice | Customer | Date | Method | Amount | Actions |
|---|---|---|---|---|---|---|
| {{ $payment->receipt_number }} | {{ $payment->invoice->number }} | {{ $payment->invoice->customer->customer_name }} | {{ $payment->payment_date->format('d M Y') }} | {{ str_replace('_',' ',ucfirst($payment->payment_method)) }} | AED {{ number_format($payment->amount,2) }} | ViewPDF |
| No payments recorded yet. | ||||||