Transaction
{{-- Chart --}}
Filter 1
Date Range : {{ $date_range_1 }}
Outlet : {{ isset($filter['trx_outlet_name_1']) ? $filter['trx_outlet_name_1'] : 'All Outlets' }}
Filter 2
Date Range : {{ $date_range_2 }}
Outlet : {{ isset($filter['trx_outlet_name_2']) ? $filter['trx_outlet_name_2'] : 'All Outlets' }}
{{-- Table --}}
@foreach($report['transactions']['data'] as $key => $trx) @endforeach
No Date Total (IDR) Total (Qty) User Kenangan Point Male Customer Female Customer Android iOS Telkomsel XL Indosat Tri Axis Smart Teens Young Adult Adult Old
{{ $key+1 }} {{ $trx['date'] }} {{ number_format($trx['trx_grand'] , 0, '', ',') }} {{ $trx['trx_count'] }} {{ number_format($trx['trx_cashback_earned'] , 0, '', ',') }} {{ $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'] }}