@extends('Admin.layouts.master') @section('content') @php $currentPage = 'dashboard'; @endphp
Dashboard
No of Customers

{{ $customerCount }}

No of Restaurants

{{ $restaurantCount }}

User Graph
Sales Graph
Recent Transactions
Cheers to the Summer
$500
Cheers to the Summer
$500
Cheers to the Summer
$500
Locations
@endsection @section('section_script') @endsection