@extends('layouts.main')
@section('content')
@include('partials.breadcrumb', ['breadcrumbTitle' => 'HR Dashboard'])
@include('dashboard.submenu')
@include('partials.success')
Onboarding
| User Type |
Users |
Laptops / Desktops Assigned |
Terminations
| User Type |
Users |
Uncollected |
Total users in last 12 months
Refresh
@stop
@section('help-links')
@include('help.help-links',['helpLink'=>config('help-links.help_links.hr_dashboard'),'helpTitle'=>config('help-links.help_titles.hr_dashboard')])
@endsection
@section('after_scripts')
@include('dashboard.hr-dashboard-script')
@stop