@include('admin.partials.header') @include('admin.partials.sidebar') @include('admin.partials.topbar') @include('admin.partials.management-styles')
Admin chevron_right Customers

Customer Management

Monitor customer activity, account health, and marketplace engagement.

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
Please review the form.
@endif
groups

{{ number_format($statistics['total']) }}

Total customers

person_check

{{ number_format($statistics['active']) }}

Active customers

person_add

{{ number_format($statistics['new_this_month']) }}

New this month

verified_user

{{ number_format($statistics['verified']) }}

Verified mobile accounts

Customer Directory

Manage customer profiles and access status

CustomerMobileLocationStatusJoinedAction
@include('admin.customers.create_edit') @include('admin.partials.footer')