Product
{{-- compare filter --}}
{{-- Chart --}}
Filter 1
Date Range : {{ $date_range_1 }}
Outlet : {{ isset($filter['product_outlet_name_1']) ? $filter['product_outlet_name_1'] : 'All Outlets' }}
Product : {{ $filter['product_name'] }}
Filter 2
Date Range : {{ $date_range_2 }}
Outlet : {{ isset($filter['product_outlet_name_2']) ? $filter['product_outlet_name_2'] : 'All Outlets' }}
Product : {{ $filter['product_name'] }}
{{-- Card --}} {{--
{{ $report['products']['product_total_nominal'] }}
Total Nominal (IDR)
{{ $report['products']['product_total_qty'] }}
Total Quantity
{{ $report['products']['product_total_male'] }}
Total Male Customer
{{ $report['products']['product_total_female'] }}
Total Female Customer
--}} {{-- Table --}}
@foreach($report['products']['data'] as $key => $product) @endforeach
No Date Product Total Recurring Total (Qty) Total Nominal (IDR) Male Customer Female Customer Android iOS Telkomsel XL Indosat Tri Axis Smart Teens Young Adult Adult Old
{{ $key+1 }} {{ $product['date'] }} {{ $product['product']['product_name'] }} {{ $product['total_rec'] }} {{ number_format($product['total_qty'] , 0, '', ',') }} {{ $product['total_nominal'] }} {{ $product['cust_male'] }} {{ $product['cust_female'] }} {{ $product['cust_android'] }} {{ $product['cust_ios'] }} {{ $product['cust_telkomsel'] }} {{ $product['cust_xl'] }} {{ $product['cust_indosat'] }} {{ $product['cust_tri'] }} {{ $product['cust_axis'] }} {{ $product['cust_smart'] }} {{ $product['cust_teens'] }} {{ $product['cust_young_adult'] }} {{ $product['cust_adult'] }} {{ $product['cust_old'] }}