@extends('admin.master') @section('content')

Google Analytics Integration

Add your Google Analytics tracking code to monitor website traffic and user behavior.

@if(session('success'))
{{ session('success') }}
@endif
@csrf
Tracking Code

Paste the full tracking script from your Google Analytics dashboard.

@endsection