@extends('layouts.app') @section('title', 'Users') @push('style') @endpush @section('content')

User Management

Create, search, and control admin and company-level users from one module.
Add User
@if(session('success'))
{{ session('success') }}
@endif @if($errors->has('user'))
{{ $errors->first('user') }}
@endif
{{ $stats['total'] }} Total Users
{{ $stats['active'] }} Active Accounts
{{ $stats['inactive'] }} Inactive Accounts
{{ $stats['on_leave'] }} Users on Leave
All Users
# User Role Company Status Assignment Action
@endsection @push('script') @endpush