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