@extends('layouts.app') @section('title', $page_title) @push('styles') @endpush @section('content')

{{ $sub_title }}

@if (permission('overtime-add')) {{__('file.Add New')}} @endif
@foreach (LEAVE_STATUS as $key => $value) @endforeach @foreach ($employees as $row) @endforeach
@include('hrm::overtime.modal') @include('hrm::overtime.view-modal') @endsection @push('scripts') @endpush