@extends('layouts.admin.admin') @section('title', 'Executive Users List') @section('content') @push('styles') @endpush
@include('partials.header') @include('partials.sidebar')
@if(session('success')) @endif @include('partials.breadcrumbs')
Executive Users
Filter Users by:
SL.NO. ID NAME ROLE DIVISION REGION AREA ACTION
@push('script') @endpush @stop