@include('admin.partials.header') @include('admin.partials.sidebar') @include('admin.partials.topbar') @include('admin.partials.management-styles')
Adminchevron_rightProviders

Provider Management

Manage, verify, and monitor marketplace service providers.

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

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

Total providers

person_check

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

Active providers

person_add

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

New this month

verified_user

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

Verified mobile accounts

Provider Directory

Manage provider profiles and access status

ProviderBusinessMobileLocationStatusJoinedAction
@include('admin.provider.create_edit') @include('admin.partials.footer')