Attendee List
This is an example dashboard created using build-in elements and components.
@csrf
Attendee List
@if(!empty($lists)) @php $i=1; @endphp @foreach($lists as $list) @php $i++; @endphp @endforeach @endif
# Voucher # From Date To Date Employee Name Total Present Total Absent Total Leave Half Days Holiday Basic Salary Net Working Days Gross Salary Deduction Net Salary Salary Paid Action
{{$i}} {{$list->voucher_number}} {{$list->from_date}} {{$list->to_date}} {{$list->name}} {{$list->total_present}} {{$list->total_absent}} {{$list->total_leave}} {{$list->half_days}} {{$list->holiday}} {{$list->basic_salary}} {{$list->net_working_days}} {{$list->gross_salary}} {{$list->total_deduction}} {{$list->net_salary}} {{$list->salary_paid}}