{{-- TOP BAR --}}
Supplier Payments
Track payments, filter, print receipts
@include('general.valert')
{{-- SIMPLE FILTER (TOP OF PAGE) --}}
{{-- Quick stats --}}
@php
$sumAmount = $payments->sum('amount');
@endphp
{{-- TABLE --}}
{{-- Pagination --}}
Records
{{ $payments->total() }}
This Page Total
{{ number_format((float) $sumAmount, 2) }}
Quick Filter
Invoice / Supplier / Date
{{ $payments->links('pagination::bootstrap-4') }}