General Receipts
This is an example dashboard created using build-in elements and components.
@csrf
General Receipts List
@if(!empty($lists)) @php $i=1; @endphp @foreach($lists as $list) @php $i++; @endphp @endforeach @endif
# Voucher Number Voucher Date Notes Net Total Action
{{$i}} {{$list->voucher_number}} {{$list->voucher_date}} {{$list->note}} {{$list->net_total}}