@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
Regenerate Attendence
@csrf

{{--
@php $count = 1; @endphp @foreach ($day_off_entries as $day_off_entry) @endforeach
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
{!! $day_off_entries->links() !!}
--}}
@push('select2') @endpush @endsection