@php $pageTitle = $title ?? null; $metaDescription = $description ?? 'Compra online en '.config('app.name').': catálogo, ofertas y envíos a todo el Perú.'; $metaImage = $image ?? asset('favicon.ico'); $storeSettings = \App\Models\StoreSetting::first(); $whatsappLink = $storeSettings?->whatsappLink('Hola, tengo una consulta sobre '.config('app.name').'.'); $ga4Id = $storeSettings?->ga4_measurement_id; $metaPixelId = $storeSettings?->meta_pixel_id; $navCategories = \App\Models\Category::where('active', true)->orderBy('name')->get(); @endphp