@include('components.template-config') @if(isset($templateSettings) && $templateSettings->primary_color) @endif @livewireStyles @stack('styles')
@include('components.partials.menu')
@include('components.partials.navbar')
{{ $slot }}
@include('components.partials.footer')
@livewireScripts @stack('scripts')