@isset($title) @include('web.layouts.head', compact('title')) @else @include('web.layouts.head') @endisset @php $company_settings = Cache::get('company.settings', \App\Models\Setting::all()->first(), now()->addMinutes(1)); @endphp

Carshow

@if (isset($mode)) @if ($mode == "preview")
Sedang Melihat Halaman Preview Produk
@endif @endif @include('web.components.header') @yield('content') @include('web.components.footer')
@include('components.sticky-footer') @yield('photo-swipe') @include('components.mobile') {{-- @include('web.components.newsletter-popup') --}} @include('web.layouts.script') @yield('script') @stack('stack-script') @if (isset($mode)) @if ($mode == "preview") @endif @endif