@extends('layouts.admin') @section('title', app()->isLocale('ar') ? 'تحسين محركات البحث والتتبع' : 'SEO & Analytics Tracking') @section('content') @if(session('status'))
{{ session('status') }}
@endif
@csrf @method('PUT')
{{-- Google Tag Card --}}
G

Google Tag (GA4 / GTM)

{{ app()->isLocale('ar') ? 'تتبع زيارات وتحليلات جوجل و Google Analytics' : 'Google Analytics 4 & Tag Manager' }}

{{ app()->isLocale('ar') ? 'مثال: G-123456789 أو GTM-ABC1234' : 'e.g. G-XXXXXXXXXX' }}
{{-- Meta Pixel Card --}}
M

Meta Pixel (Facebook Pixel)

{{ app()->isLocale('ar') ? 'تتبع الحملات الإعلانية والتحويلات عبر فيسبوك وإنستغرام' : 'Facebook & Instagram conversions tracking' }}

{{ app()->isLocale('ar') ? 'مثال: 123456789012345' : 'e.g. 123456789012345' }}
@endsection