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