@extends('layouts.master') @section('title', __('EmployeePromotions')) @section('content_title', __('EmployeePromotions')) @section('content_summary', 'EmployeePromotion summary') @section('content_taskbar') @endsection @section('main_content')
@include('hrm::hrm.employee_promotions.partials.home')
@endsection @push('script') @endpush