@extends('layouts.app') @section('title', 'Ecommerce | KPI') @section('extrastyles') {{-- --}} @endsection @section('content')

eCommerce KPIs

Track, Measure, and Optimize Your Online Retail Store

{{$analyticsDescription}}

@component('Website::analytics.components._card', ['title' => 'Conversion Rate', 'position' => 'center'])
@endcomponent
@component('Website::analytics.components._card', ['title' => 'Average Order Value (AOV)', 'position' => 'center'])
@endcomponent
@component('Website::analytics.components._card', ['title' => 'Shopping Cart Abandonment Rate', 'position' => 'center'])
@endcomponent
@if(count($enrollments) > 0) @foreach($enrollments as $enrollment) @if($enrollment->sessionAny($start_date, $end_date))
@component('Website::analytics.components._card', ['title' => 'Abandoned Enrollment for '.$enrollment->title, 'position' => 'center'])
@endcomponent
@endif @endforeach @endif
@endsection @section('footer') @if($viewer_id) {{-- --}} @endif @include('Website::analytics._analytics_script') @endsection