Voucher Redemption
{{-- Chart --}}
Date Range : {{ $date_range }}
Outlet : {{ isset($filter['voucher_outlet_name']) ? $filter['voucher_outlet_name'] : 'All Outlets' }}
Deals : {{ isset($filter['deals_title']) ? $filter['deals_title'] : 'All Deals' }}
{{-- Card --}}
{{ $report['vouchers']['voucher_total_male'] }}
Total
{{ $report['vouchers']['voucher_total_male'] }}
Total Male Customer
{{ $report['vouchers']['voucher_total_female'] }}
Total Female Customer
{{--
{{ $report['vouchers']['voucher_total_android'] }}
Total Android
{{ $report['vouchers']['voucher_total_ios'] }}
Total iOS
--}}
{{-- Table --}}
@foreach($report['vouchers']['data'] as $key => $voucher) @endforeach
No Date Total Male Customer Female Customer Android iOS Telkomsel XL Indosat Tri Axis Smart Teens Young Adult Adult Old
{{ $key+1 }} {{ $voucher['date'] }} {{ $voucher['voucher_count'] }} {{ $voucher['cust_male'] }} {{ $voucher['cust_female'] }} {{ $voucher['cust_android'] }} {{ $voucher['cust_ios'] }} {{ $voucher['cust_telkomsel'] }} {{ $voucher['cust_xl'] }} {{ $voucher['cust_indosat'] }} {{ $voucher['cust_tri'] }} {{ $voucher['cust_axis'] }} {{ $voucher['cust_smart'] }} {{ $voucher['cust_teens'] }} {{ $voucher['cust_young_adult'] }} {{ $voucher['cust_adult'] }} {{ $voucher['cust_old'] }}