@extends('layouts.default') @section('content')
| Published | Title | Product Type | Views | Sale | Total Balance |
|---|---|---|---|---|---|
| {{$value['published']}} | {{$value['productName']}} | {{$value['type']}} | {{$value['Views']}} | {{$value['Sales']}} | {{$value['topPrice']}} |
| Rank | City | Country | Views | Sale | Total Balance |
|---|---|---|---|---|---|
| {{$key+1}} | {{$value['city']}} | {{$value['country']}} | {{$value['Views']}} | {{$value['Sales']}} | {{$value['topPrice']}} |
| Rank | Brand | Browser | Views |
|---|---|---|---|
| {{$key+1}} | {{$value->platform}} | {{$value->browser}} | {{$value->view}} |
| Time | Sales |
|---|---|
| Morning | {{$dataArray['AllproductTotalMorningSaleCount'][0]->morning}} |
| Afternoon | {{$dataArray['AllproductTotalAfternoonSaleCount'][0]->morning}} |
| Evening | {{$dataArray['AllproductTotalEveningSaleCount'][0]->morning}} |