{{$dataArray['productViewCount']}} {{Lang::get('messages.view')}}
{{$dataArray['productSaleCount']}} {{Lang::get('messages.sales')}}
$
@if($dataArray['productTotalPrice'])
{{$dataArray['productTotalPrice']}}
@else
0
@endif
@if($dataArray['productQrcodeMaps']->isEmpty())
{{Lang::get('messages.no_qrcode_in_stats')}}
Create Campaign
@else
@if(empty($dataArray['topProductSale']))
@else
QrCodes
| Published |
Title |
Product Type |
Views |
Sale |
Total Balance |
@foreach($dataArray['topProductSale'] as $key=>$value)
| {{$value['published']}} |
{{$value['productName']}} |
{{$value['type']}} |
{{$value['Views']}} |
{{$value['Sales']}} |
{{$value['topPrice']}} |
@endforeach
Top Selling Places
| Rank |
City |
Country |
Views |
Sale |
Total Balance |
@foreach($dataArray['topProductSale'] as $key=>$value)
| {{$key+1}} |
{{$value['city']}} |
{{$value['country']}} |
{{$value['Views']}} |
{{$value['Sales']}} |
{{$value['topPrice']}} |
@endforeach
Most Popular Smart Phones
| Rank |
Brand |
Browser |
Views |
@foreach($dataArray['productBrowser'] as $key=>$value)
| {{$key+1}} |
{{$value->platform}} |
{{$value->browser}} |
{{$value->view}} |
@endforeach
Best Selling Timeline
| Time |
Sales |
| Morning |
{{$dataArray['productTotalMorningSaleCount'][0]->morning}} |
| Afternoon |
{{$dataArray['productTotalAfternoonSaleCount'][0]->morning}} |
| Evening |
{{$dataArray['productTotalEveningSaleCount'][0]->morning}} |
@endif
@endif
@stop
@section('footer_js')
@stop