Vendor Payment
This is an example dashboard created using build-in elements and components.
@csrf
Payment List
@if(!empty($vendor_payments)) @foreach($vendor_payments as $vendor_payment) @endforeach @endif
# Voucher No Vendor Name Amount Voucher Date Action
{{$vendor_payment->id}} {{$vendor_payment->voucher_number}} {{$vendor_payment->name}} {{$vendor_payment->amount}} {{$vendor_payment->received_date}}