RMZ

Hello

{{$pname}}!

Day Wise Sales Report for the Month of February 2026

@foreach ($dates as $date) @endforeach @foreach ($recordsKeyedByDate as $store => $recordsKeyedByStoreName) @foreach ($dates as $date) @endforeach
StoreName{{$date}}Total
{{$store}} @if(!empty($recordsKeyedByStoreName[$date]) ) {{ \Hp::currencyFormatWithoutSymbol($recordsKeyedByStoreName[$date],2)}} @else {{ 0.00 }} @endif