@props(['metaTitle', 'metaDescription', 'metaKeywords']) {{ $metaTitle ?? config('config.general.app_name', config('app.name', 'ScriptMint')) }} @vite(['resources/js/site.js', 'resources/sass/site.scss'], 'site/build') @livewireStyles {{ $slot }}
@if (config('config.social_network.facebook')) @endif @if (config('config.social_network.twitter')) @endif @if (config('config.social_network.linkedin')) @endif @if (config('config.social_network.youtube')) @endif @if (config('config.social_network.google')) @endif @if (config('config.social_network.github')) @endif
@livewireScriptConfig