@extends('layouts.app') @section('title', 'Customer Payments') @section('breadcrumb')
All payments received from customers
| Date | Customer | Invoice | Amount | Method | Account | Reference | By |
|---|---|---|---|---|---|---|---|
| {{ $pmt->payment_date->format('d M Y') }} | {{ $pmt->customer->name }} | @if($pmt->sale){{ $pmt->sale->invoice_no }} @elseGeneral@endif | ৳{{ number_format($pmt->amount, 2) }} | {{ ucfirst(str_replace('_',' ',$pmt->payment_method)) }} | {{ $pmt->account->name }} | {{ $pmt->reference ?? '—' }} | {{ $pmt->creator->name }} |
| No payments found. | |||||||