Welcome back,
{{ ucwords(explode('@', auth()->user()->username)[0]) }}!
Dashboard Overview
Total sales (Rp)
@if (!empty($totalSales) && is_numeric($totalSales))
{{ number_format($totalSales, 0, ',', '.') }}
@else
0
@endif
Total income from transactions
ATV (Rp)
@if (!empty($atv) && is_numeric($atv))
{{ number_format($atv, 0, ',', '.') }}
@else
0
@endif
Average value per transaction
UPT
@if (!empty($upt) && is_numeric($upt))
{{ number_format($upt, 2, ',', '.') }}
@else
0
@endif
Average items per transaction
Sales and Transfer Item Comparison Chart
Normal Price and Discount Price Comparison Chart