Transaction
{{-- Chart --}}
{{--
--}}
Date Range : {{ $date_range }}
Outlet : {{ isset($filter['trx_outlet_name']) ? $filter['trx_outlet_name'] : 'All Outlets' }}
{{-- Card --}}
{{ $report['transactions']['total_idr'] }}
Total Transaction (IDR)
{{ $report['transactions']['total_qty'] }}
Total Transaction (Qty)
{{ $report['transactions']['average_idr'] }}
Avg Transaction (IDR)
{{ $report['transactions']['total_male'] }}
Total Male Customer
{{ $report['transactions']['total_female'] }}
Total Female Customer
{{-- Table --}}
@foreach($report['transactions']['data'] as $key => $trx) @endforeach
No Date Total (Qty) Total (IDR) User {{env('POINT_NAME', 'Points')}} Male Customer Female Customer Android iOS Telkomsel XL Indosat Tri Axis Smart Teens Young Adult Adult Old
{{ $key+1 }} {{ $trx['date'] }} {{ $trx['trx_count'] }} {{ $trx['trx_grand'] }} {{ $trx['trx_cashback_earned'] }} {{ $trx['cust_male'] }} {{ $trx['cust_female'] }} {{ $trx['cust_android'] }} {{ $trx['cust_ios'] }} {{ $trx['cust_telkomsel'] }} {{ $trx['cust_xl'] }} {{ $trx['cust_indosat'] }} {{ $trx['cust_tri'] }} {{ $trx['cust_axis'] }} {{ $trx['cust_smart'] }} {{ $trx['cust_teens'] }} {{ $trx['cust_young_adult'] }} {{ $trx['cust_adult'] }} {{ $trx['cust_old'] }}