@extends('layouts.app') @section('title', 'Supplier Payments') @section('breadcrumb')
All payments made to suppliers
| Date | Supplier | Invoice | Amount | Method | Account | Reference | By |
|---|---|---|---|---|---|---|---|
| {{ $pmt->payment_date->format('d M Y') }} | {{ $pmt->supplier->name }} | @if($pmt->purchase) {{ $pmt->purchase->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. | |||||||