@push('title') Cashier Monitoring @endpush
{{-- Header & Filters --}}

Cashier Monitoring Dashboard

Analyze and monitor cashier performance and sales metrics.

Reset
{{-- KPI Cards --}}
Gross Sales

LKR {{ number_format($stats['total_sales'], 2) }}

Total in filtered range
Transactions

{{ number_format($stats['total_count']) }}

Total invoices issued
Avg. Sale Value

LKR {{ number_format($stats['avg_sale'], 2) }}

Revenue per order
Total Discounts

LKR {{ number_format($stats['total_discount'], 2) }}

Filtered total discount
{{-- Charts Row --}}
Sales Revenue Trend
Filtered period daily revenue (LKR)
Filtered Range
Payment Method Split
Cash vs Credit distribution
LKR {{ number_format($cashSales, 0) }}
Cash
LKR {{ number_format($creditSales, 0) }}
Credit
{{-- Table Row --}}
Cashier Performance Ranking

Overview of sales and transaction count per cashier.

@forelse($cashierPerformance as $index => $row) @empty @endforelse
Rank Cashier Total Sales Transactions Avg. Value Total Discounts
{{ $index + 1 }}
@if($row->profile_picture) Avatar @else Avatar @endif
{{ $row->cashier_name }}
LKR {{ number_format($row->total_amount, 2) }} {{ $row->sales_count }} LKR {{ number_format($row->avg_value, 2) }} LKR {{ number_format($row->total_discount, 2) }}
No sales recordings found for the selected filtered period.