@extends('admin.layout.master') @section('content')

@include('flash-message')

{{__('obs.overtime_day_replace')}}

{{__('obs.list')}}
@if (count($all_employees)>0)
@csrf
{{-- --}}
@php $i=1; @endphp @foreach ($all_employees as $employee ) @endforeach
{{__('obs.sl')}} {{__('obs.code')}} {{__('obs.name')}} {{__('obs.designation')}} {{__('obs.department')}} {{__('obs.check_all')}}
{{$i++}} {{$employee->emp_code}} {{$employee->emp_name}} {{$employee->fetch_designation ? $employee->fetch_designation->name : null}} {{$employee->fetch_department ? $employee->fetch_department->name : null}}
@endif
@endsection @section('script') @endsection