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


@php $count = 1; @endphp {{-- @foreach ($day_off_entries as $day_off_entry) @endforeach --}}
User ID Check Time Check Type
Select All
Delete
{{ $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
@endsection