@extends('layouts.admin') @section('styles') @endsection @section('content')
Track your website performance and visitor behavior
| Page | Views |
|---|---|
|
{{ $page->page_title ?? 'Untitled' }}
{{ Str::limit($page->url, 50) }}
|
{{ number_format($page->views) }} |
|
No data available |
|
| Source | Type | Sessions |
|---|---|---|
| {{ $source->source_name ?? 'Direct' }} | @php $badgeColors = [ 'organic' => 'success', 'direct' => 'secondary', 'referral' => 'info', 'social' => 'primary', 'email' => 'warning', 'paid' => 'danger', ]; $color = $badgeColors[$source->source_type] ?? 'secondary'; @endphp {{ ucfirst($source->source_type) }} | {{ number_format($source->count) }} |
|
No data available |
||
| Event Type | Count |
|---|---|
| {{ ucwords(str_replace('_', ' ', $conversion->event_type)) }} | {{ number_format($conversion->count) }} |
|
No conversions yet |
|