@extends('admin.layouts.app') @section('content')
@csrf @method('PUT')
Edit Employee's Policy Details
Late Comming Rule
@for ($i = 1; $i <= 4; $i++)
Late {{ $i }}:
@endfor
Early Going Rule
@for ($i = 1; $i <= 4; $i++)
Early {{ $i }}:
@endfor
enable_late_coming_monthly) ? 'checked' : '' }} class="mr-2 h-3 w-3"> Enable Late Comming Setting
overtime_allow_ignore) ? 'checked' : '' }} class="mr-2 h-3 w-3"> Overtime Allow Ignore Overtime
Cancel
@endsection