{{ __('hr.employee_name') }} | {{ __('hr.department') }} | {{ __('hr.job') }} | {{ __('hr.location') }} | {{ __('hr.start_date') }} | {{ __('hr.end_date') }} | {{ __('hr.days_count') }} | {{ __('hr.status') }} | {{ __('messages.action') }} |
---|
@extends('layouts.app_hr')
@section('title', __('hr.employee_vacations'))
@section('content')
{{ __('hr.employee_name') }} | {{ __('hr.department') }} | {{ __('hr.job') }} | {{ __('hr.location') }} | {{ __('hr.start_date') }} | {{ __('hr.end_date') }} | {{ __('hr.days_count') }} | {{ __('hr.status') }} | {{ __('messages.action') }} |
---|