Report Parameters
Report Parameters

@error('branch_category') {{ $message }} @enderror
@error('start_date') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
Generating Report..
Generating CSV File..
Sales Performance By Branch
Report Date: {{ date('M j, Y g:i:s a',strtotime(now()))}} Generated By: {{ auth()->user()->name}}
Coverage: {{date('M j, Y',strtotime($start_date))}} - {{date('M j, Y',strtotime($end_date))}}
*Note: Year and Month coverage is based on Transaction Date.
@foreach($data as $index => $d) @endforeach
Ranking
Rank Branch Gross
{{ $index + 1 }} {{ $d->branch_code.': '.$d->branch_name }} {{isset($d->total_gross) ? number_format($d->total_gross,2) : '0.00'}}
@push('custom-scripts') @endpush