@extends('admin.layouts.app') @section('title', 'Dashboard') @section('content') {{-- Show full dashboard stats only to super_admin and admin --}} @if(auth()->user()->hasAnyRole(['super_admin', 'admin']))
{{ $totalProducts }}
{{ $totalCategories }}
{{ $totalOrders }}
{{ format_price($totalRevenue) }}