@extends('layouts.admin') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('content') @php $currency = \App\Models\Setting::get('currency', 'INR'); @endphp
Welcome back, {{ Auth::user()->name }}. Role:
{{ $stats['orders_count'] }} total orders · {{ $stats['pending_trials'] }} pending trials · {{ $stats['pending_deliveries'] }} ready for delivery
Daily revenue
Current distribution
Use the sidebar to navigate. For settings and shop configuration, go to Settings.