@php $fbPixelId = null; try { if (class_exists(\App\Models\Setting::class)) { $fbPixelId = \App\Models\Setting::getValue('facebook_pixel_id'); } } catch (\Exception $e) { // Silently fail if Setting model has issues } @endphp @if($fbPixelId) @endif @stack('schema') @stack('styles')
Loading...
@if(session('impersonate'))
You are currently impersonating {{ Auth::user()->name }}. Back to Admin
@endif @include('partials.header')
@yield('content')
@include('partials.footer') {{-- @include('partials.whatsapp-float') --}} @stack('scripts')