@extends('layouts.seller') @section('title', 'Microsite Analytics') @section('content') @section('content')
{{ number_format($settings->page_views) }} Total Page Views
{{ number_format($settings->inquiry_count) }} Total Inquiries
{{ $seller->products->count() }} Products Listed
Your Microsite Link
Share this link on social media, business cards, or email signatures to attract more buyers.
Content Overview
Banners {{ $seller->banners->count() }}
Certificates {{ $seller->certificates->count() }}
Testimonials {{ $seller->testimonials->count() }}
FAQs {{ $seller->faqs->count() }}
Custom Pages {{ $seller->pages->count() }}
SEO Status
Meta Title @if($settings->meta_title) Optimized @else Missing @endif
Meta Description @if($settings->meta_description) Optimized @else Missing @endif
Theme Color {{ $seller->theme_color ?? 'Default Blue' }}
Company Logo @if($seller->logo) Uploaded @else Missing @endif
@endsection