{{-- --}} @stack('styles') @php $google = $metaPixels->where('source', 'gtm')->first(); @endphp @if ($google) @endif @php $meta = $metaPixels->where('source', 'meta')->first(); @endphp @if ($meta) @endif @php $tiktok = $metaPixels->where('source', 'tiktok')->first(); @endphp @if ($tiktok) @endif @if ($google) @endif

Please wait...

@include('layouts.includes.topbar')
{{-- @include('layouts.includes.leftbar') --}} @include('layouts.includes.rightbar')
@if (session('error'))
× {{ session('error') }}
@endif @if (session('success'))
× {{ session('success') }}
@endif @if (isset($errors) && $errors->any())
@endif @yield('content') {{-- footer with env('APP_VERSION') --}}
{{-- --}} {{-- --}} {{-- --}} @php $trackingView = request()->trackingView ?? false; @endphp @if ($trackingView) @endif @stack('scripts')