@extends('admin.layout.master') @section('content') @include('flash-message')
Manual Extra OT
@if(count($employees)>0)
@csrf @php $i=1; @endphp @foreach ($employees as $employee) @endforeach
#SL Name|Code Designation Extra OT Note
{{$i++}} {{$employee->emp_name}} -{{$employee->emp_code}} {{$employee->fetch_designation ? $employee->fetch_designation->name : null }}
{{-- --}}
@endif
@endsection @section('script') @endsection