ADMIN MANAGEMENT
@php $adminAvatar = $adminAvatar ?? asset('images/bzmtch_logo.png'); @endphp

Dashboard

{{-- === STATS CARDS (below toolbar) === --}}

Total Revenue

₱{{ number_format($totalRevenue ?? 0, 2) }}

Total Products

{{ $totalProducts ?? 0 }}

Total Stocks

{{ $totalStocks ?? 0 }}

Total Barcodes

{{ $totalBarcodes ?? 0 }}
{{-- Sales Branch card (below stats) --}}

Sales Branch

Manage and view sales by branch.

{{-- Sales Branch access modal (opened by VIEW button; PIN validated by backend) --}} @php $showSalesBranchModal = $errors->has('sales_branch_pin') || session('open_sales_branch_modal'); @endphp @include('admin.partials.inbox')