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