General Payments
This is an example dashboard created using build-in elements and components.
@csrf
General Payments 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}} {{substr($list->note,0,50)}} {{ strlen($list->note) > 50 ? "...." : "" }} {{$list->net_total}}