@extends('dashboard.layouts.master') @section('css') @endsection @section('title') {{ $title }} @endsection @section('content')

{{trans('dashboard/sidebar.employee_page_title') }}

{{ trans('dashboard/sidebar.employee_sidebar_title') }}

@include('dashboard.admin.employees.btn.tabs.general_info.basic-tab') @include('dashboard.admin.employees.btn.tabs.general_info.personal-tab') @include('dashboard.admin.employees.btn.tabs.general_info.military-tab') @include('dashboard.admin.employees.btn.tabs.general_info.contract-tab')

@include('dashboard.admin.employees.btn.tabs.salary_info.salary-details-tab') @include('dashboard.admin.employees.btn.tabs.salary_info.insurance-tab') @include('dashboard.admin.employees.btn.tabs.salary_info.salary-advance-tab')

@include('dashboard.admin.employees.btn.tabs.vacation_info.employee-vacations-tab') @include('dashboard.admin.employees.btn.tabs.vacation_info.employee-vacation-details-tab')

@include('dashboard.admin.employees.btn.tabs.other_info.employee-qualification-tab') @include('dashboard.admin.employees.btn.tabs.other_info.employee-family-details-tab') @include('dashboard.admin.employees.btn.tabs.other_info.employee-emergency-details-tab') @include('dashboard.admin.employees.btn.tabs.other_info.employee-tranings-tab') @include('dashboard.admin.employees.btn.tabs.other_info.employee-licenses-tab') @include('dashboard.admin.employees.btn.tabs.other_info.employee-employment-documents-tab') @include('dashboard.admin.employees.btn.tabs.other_info.employee-employment-experiences-tab') @include('dashboard.admin.employees.btn.tabs.other_info.employee-employment-benefits-tab')
@endsection @push('js') @endpush