@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: {{ Auth::user()->getRoleNames()->first() ?? '—' }}

{{ $stats['orders_count'] }} total orders · {{ $stats['pending_trials'] }} pending trials · {{ $stats['pending_deliveries'] }} ready for delivery

@can('create branches')Add Branch@endcan @can('create users')Add User@endcan @can('create orders')New Order@endcan

Summary

Sales (last 7 days)

Daily revenue

Orders by status

Current distribution

Quick actions

Support

Use the sidebar to navigate. For settings and shop configuration, go to Settings.

@push('scripts') @endpush @endsection