@extends('hr_main') @section('title', '| '. $data['pageTitle'] ) @section('content')
{!! $data['pageTitle'] !!}
@if($data['hr_module']->status == 1) @include('hr.departmentChange.form') @endif
@endsection