Employee Advance Return
This is an example dashboard created using build-in elements and components.
@csrf
Advance Return List
@if(!empty($lists)) @foreach($lists as $list) @endforeach @endif
# Voucher No Employee Name Amount Voucher Date Action
{{$list->id}} {{$list->voucher_number}} {{$list->name}} {{$list->amount}} {{$list->voucher_date}}