@extends('layouts.admin') @section('title', 'Merchants Management - Admin') @section('content')
Manage and monitor all merchant accounts
Total Merchants
{{ $stats['total'] }}
Active
{{ $stats['active'] }}
Total Parcels
{{ number_format($stats['total_parcels']) }}
Revenue
Rs. {{ number_format($stats['total_revenue'], 0) }}
| Merchant | Actions | |||
|---|---|---|---|---|
|
{{ substr($merchant->name, 0, 1) }}
{{ $merchant->name }}
{{ $merchant->email }}
{{ $merchant->company_name }}
|
||||
|
No merchants found Try adjusting your filters or add a new merchant |
||||