Employee Advance
This is an example dashboard created using build-in elements and components.
Advance Return List
Advance:
@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}}
Net Amount {{(isset($net_amount)) ? $net_amount : ''}}