@extends('layouts.admin-simple') @section('title', 'User Management') @section('breadcrumb') @endsection @section('page-title')

User Management

Manage warehouse user accounts and roles

@can('warehouse.users.create') @endcan
@endsection @section('content')
people Users List
ID User Contact Department Role Status Last Login Actions
@endsection @push('styles') @endpush @push('scripts') @endpush