@extends('layouts.app') @section('title') HRM -> Dashboard @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.hrm-left-sidebar') @stop @section('content') Dashboard

DASHBOARD

@php $upto_date = request()->get('upto') ?? date('d/m/Y'); @endphp
Total Active Employees

Total Departs

Total Advance

Total Loan

Departments

Designations

@stop @push('include-js') {{----}} {{--All datagrid --}} @endpush