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