{{ __('hr.employee_name') }} | {{ __('hr.employee_code') }} | {{ __('business.location') }} | {{ __('hr.month') }} | {{ __('hr.days_present') }} | {{ __('hr.days_off') }} | {{ __('hr.total_hours') }} | {{ __('messages.action') }} |
---|
@extends('layouts.app_hr')
@section('title', __('hr.irregular_work_schedules'))
@section('content')
{{ __('hr.employee_name') }} | {{ __('hr.employee_code') }} | {{ __('business.location') }} | {{ __('hr.month') }} | {{ __('hr.days_present') }} | {{ __('hr.days_off') }} | {{ __('hr.total_hours') }} | {{ __('messages.action') }} |
---|