@extends('layouts.super-admin') @section('title', 'Dashboard') @section('page_title', 'Platform Overview') @section('content')

Total Clients

{{ \App\Models\User::where('role', 'client')->count() }}

restaurants

Total Branches

{{ \App\Models\Branch::count() }}

locations

Revenue

$0.00

@endsection