@extends('layouts.analytics-master')
@section('title', 'Metrica - Admin & Dashboard Template')
@section('headerStyle')
@stop
@section('content')
@component('common-components.breadcrumb')
@slot('title') Customers @endslot
@slot('item1') Metrica @endslot
@slot('item2') Analytics @endslot
@endcomponent
@component('common-components.analytics-widgets')
@slot('title') Returning Customers @endslot
@slot('description') Last Month : 150 @endslot
@slot('chartclass') peity-bar @endslot
@slot('dataPeity') '{ "fill": ["#4d79f62b", "#4d79f6"]}' @endslot
@slot('points') 6,2,8,4,3,8,1,3,6,5,9,2,8,1,4,8,9,8,2,1 @endslot
@endcomponent
@component('common-components.analytics-widgets')
@slot('title') New Customers @endslot
@slot('description') Last Month : 10 @endslot
@slot('chartclass') peity-line @endslot
@slot('dataPeity') '{ "fill": ["#0dc8de24"],"stroke": ["#0dc8de"]}' @endslot
@slot('points') 6,2,8,4,3,8,1,3,6,5,9,2,8,1,4,8,9,8,2,1 @endslot
@endcomponent
@component('common-components.analytics-widgets')
@slot('title') Bounce Rate @endslot
@slot('description') Last Month : 30% @endslot
@slot('chartclass') peity-donut @endslot
@slot('dataPeity') '{ "fill": ["#4d79f6", "#4d79f62b"], "innerRadius": 23, "radius": 32 }' @endslot
@slot('points') 226,134 @endslot
@endcomponent
| Customer Name |
Email |
Phone No |
Country |
Action |
Donald GardnerNew |
xyx@gmail.com |
+123456789 |
Tokyo, JAP |
|
Matt Rosales |
xyx@gmail.com |
+123456789 |
San Francisco USA |
|
Michael HillNew |
xyx@gmail.com |
+123456789 |
Sydeny AUS |
|
Nancy Flanary |
xyx@gmail.com |
+123456789 |
Berlin GER |
|
Dorothy Key |
xyx@gmail.com |
+123456789 |
New York USA |
|
Joseph Cross |
xyx@gmail.com |
+123456789 |
Tokyo JAP |
|
@stop
@section('footerScript')
@stop