@extends('layouts.app') @section('title', 'Dashboard') @push('styles') @endpush @section('content') {{-- Hero Welcome + Banner Row --}}
Stay Organized, Stay Profitable. Running a business isn’t easy-we make it simpler. From inventory to invoices, everything works.
License {{ $warningLevel === 'danger' ? 'Expiring Soon' : ($warningLevel === 'warning' ? 'Expiring Soon' : 'Renewal Reminder') }}
Your {{ $account->license_plan }} plan license expires in {{ $days }} days ({{ $account->expiry_date->format('d M Y') }}). @if($warningLevel === 'danger') Please renew immediately to avoid service interruption. @endif
Active Products
{{ $activeProducts }}
Total active
Active Customers
{{ $activeCustomers }}
Total active
Taxable Revenue
₹{{ number_format($taxableRevenue, 0) }}
Collected
Non-Taxable Revenue
₹{{ number_format($nonTaxableRevenue, 0) }}
Collected
Pending Payments
₹{{ number_format($pendingPayments, 0) }}
Unpaid
Low Stock
{{ $lowStockProducts }}
Alert items
Products that need restocking
{{ $product->name }}
SKU: #{{ $product->id }}
All stocked up!
No low stock products to worry about.