@extends('layouts.default') @section('content')

{{Lang::get('messages.stats')}}

{{$dataArray['total_ViewCount']}} Views
{{$dataArray['total_ViewCount']}} Views
{{$dataArray['totalSaleCount']}} Sales
$ {{$dataArray['totalPrice']}}




QrCodes

@foreach($dataArray['topSales'] as $key=>$value) @endforeach
Published Title Product Type Views Sale Total Balance
{{$value['published']}} {{$value['productName']}} {{$value['type']}} {{$value['Views']}} {{$value['Sales']}} {{$value['topPrice']}}

Top Selling Places

@foreach($dataArray['topSales'] as $key=>$value) @endforeach
Rank City Country Views Sale Total Balance
{{$key+1}} {{$value['city']}} {{$value['country']}} {{$value['Views']}} {{$value['Sales']}} {{$value['topPrice']}}

Most Popular Smart Phones

@foreach($dataArray['topBrowser'] as $key=>$value) @endforeach
Rank Brand Browser Views
{{$key+1}} {{$value->platform}} {{$value->browser}} {{$value->view}}

Best Selling Timeline

Time Sales
Morning {{$dataArray['AllproductTotalMorningSaleCount'][0]->morning}}
Afternoon {{$dataArray['AllproductTotalAfternoonSaleCount'][0]->morning}}
Evening {{$dataArray['AllproductTotalEveningSaleCount'][0]->morning}}
@stop @section('footer_js') @stop