@extends('layouts/contentNavbarLayout') @section('title', 'Admin Dashboard') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
Monitor transactions, balances, service charges, user activity and operational health from one premium dashboard built for speed and clarity.
| Service | Total Spent |
|---|---|
| {{ $summary->service_name }} | ₹ {{ number_format($summary->total_spent, 2) }} |
| No service charges found. | |
| Sender | Company Account | Date | Amount | Status |
|---|---|---|---|---|
| {{ $request->sender_account_number ?? 'N/A' }} | {{ $request->companyAccount['account_number'] ?? 'N/A' }} | {{ \Carbon\Carbon::parse($request->created_at)->format('d M Y') }} | ₹ {{ number_format($request->amount, 2) }} | Success |