@extends('layouts.admin') @section('title', 'Super Admin Dashboard') @section('role-label', 'Super Admin') @section('page-title', 'Dashboard') @section('page-subtitle', 'Platform overview & key metrics') @section('sidebar-nav')
@endsection @section('content')| Restaurant | City | Status | Subscription | |
|---|---|---|---|---|
|
{{ $r->name }}
{{ $r->email }}
|
{{ $r->city ?? '—' }} | {{ $r->status }} | {{ $r->subscription_status }} | Edit |
| No restaurants yet | ||||
| Restaurant | Amount | Method | Status | Date |
|---|---|---|---|---|
| {{ $p->restaurant->name }} | ₹{{ number_format($p->amount, 2) }} | {{ $p->payment_method }} | {{ $p->payment_status }} | {{ $p->paid_at?->format('d M, H:i') ?? '—' }} |
| No payments yet | ||||