Regenerate Attendence
@php
$count = 1;
@endphp
{!! $day_off_entries->links() !!}
| Sl | Employee | Pin | Date | Department | Designation | Status | DAY OFF/DAY ON |
|---|---|---|---|---|---|---|---|
| {{ $count++ }} | {{ $day_off_entry->emp_name }} | {{ $day_off_entry->emp_no }} | {{ date('d M Y, l', strtotime($from_date)) }} | {{ $day_off_entry->department }} | {{ $day_off_entry->designation }} | @if ($day_off_entry->id != '') {{'Holyday'}} @else {{'Working Day'}} @endif |