@php use App\Models\Settings;$title = 'Employees'; $settings = Settings::first(); @endphp @section('title') {{$title}} @endsection @extends('layout') @section('main-content')
Total Employees
Active Employees
Inactive Employees