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