@extends('layouts.app_hr') @section('title', __('hr.upload_irregular_schedules')) @section('content') {{__('home.home')}} {{__('hr.attendance')}} {{__('hr.upload_irregular_schedules')}} {{ __('hr.download_template') }} {{ __('hr.select_month') }} {{ __('hr.select_file') }} {{ __('hr.show') }} {{ __('hr.preview_data') }} {{ __('hr.employee_code') }} {{ __('hr.start_time') }} {{ __('hr.work_date') }} {{ __('hr.status') }} {{ __('messages.save') }} @endsection @section('javascript') @stop