@extends('hr_main') @section('title', '| '. $data['pageTitle']) @section('stylesheets') @endsection @section('content')
{{ $data['pageTitle'] }}
@include('hr.manualSupportService.activateEmployee')

@include('hr.manualSupportService.removeEmployeeTransfer')

@endsection