@extends('layouts.app_hr') @section('title', __('hr.employee_vacations')) @section('content')
{{__('report.filters')}}
{{ __('hr.employee_name') }} {{ __('hr.department') }} {{ __('hr.job') }} {{ __('hr.location') }} {{ __('hr.start_date') }} {{ __('hr.end_date') }} {{ __('hr.days_count') }} {{ __('hr.status') }} {{ __('messages.action') }}
@include('hr.employee_vacations.create') @endsection @section('javascript') @endsection