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