@extends('admin.layout.master') @section('content') @include('flash-message')

Late Adjust List

@if(count($late_adjust)>0) @php $sl =1; @endphp @foreach ($late_adjust as $list) @endforeach @endif
SL Name Code Department Days Action
{{ $sl++ }} {{ $list->employee->emp_name }} {{ $list->employee->emp_code }} {{ $list->employee->fetch_department ? $list->employee->fetch_department->name : null}} {{ $list->day_adjust }}
@endsection @section('script') @endsection