Payments of
{{ $supplier->name }}
@include('purchase.suppliers.payments.filter-form')
# |
Number |
Title |
Date |
Payment |
Action |
@foreach ($payments as $row)
{{ $loop->iteration }} |
{{ $row->invoice_number }} |
{{ $row->title }} |
{{ $row->date }}
|
{{ $row->amount . ' ' . $row->currency->title_en }}
|
|
@endforeach
{{ $payments->links('pagination::bootstrap-4') }}