@extends('merchant.layout.app', ['page' => 'ecommerce']) @section('title', 'eCommerce Dashboard') @section('content')
New vs Returning Customers
{{ $newCustomers }} new customers and {{ $repeatingCustomers }} returning customers during the selected period.
Total
{{ number_format($totalCustomers) }}
New
{{ number_format($newCustomers) }}
Returning
{{ number_format($repeatingCustomers) }}
Target you’ve set for each month
Number of customer based on country
{{ $demo['country'] }}
{{ $demo['customers'] }} Customers{{ $demo['percent'] }}%
|
Products |
Category |
Price |
Status |
|---|---|---|---|
|
{{ $order['name'] }} {{ $order['variants'] }} |
{{ $order['category'] }} |
{{ $order['price'] }} |
{{ $order['status'] }} |