{{-- =============================== Beautiful Stat Cards (Premium) Drop-in Replacement for your block ================================= --}} @push('css') @endpush
{{-- ✅ Total Products --}}
{{-- ✅ Total Employee --}}
{{-- ✅ Site Info / Settings (Admin only) --}} {{-- Spatie হলে: @role('admin') ... @endrole --}} {{-- অথবা: @if(auth()->user()->hasRole('admin')) --}} @if(auth()->user()->role == 'admin')
@endif {{-- ✅ Report (all) --}}
{{-- ✅ Today Sell (optional – hidden by default) --}}
Today Sell
{{ number_format($today_sell,2) }}
{{-- ✅ This Month Revenue (optional; show if you want) --}}
This Month Revenue
{{ number_format($current_month_sell,2) }}
{{-- ✅ Last Month Revenue (optional; show if you want) --}}
Last Month Revenue
{{ number_format($prev_month_sell,2) }}
@push('js') @endpush