@extends('layouts.app_hr') @section('title', __('hr.irregular_work_schedules')) @section('content')
{{__('report.filters')}}
{{ __('hr.upload_excel') }}
{{ __('hr.employee_name') }} {{ __('hr.employee_code') }} {{ __('business.location') }} {{ __('hr.month') }} {{ __('hr.days_present') }} {{ __('hr.days_off') }} {{ __('hr.total_hours') }} {{ __('messages.action') }}
@include('hr.irregular_work_schedules.create') @endsection @section('javascript') @stop