@props(['title' => null]) @php $brandName = trim((string) ($siteSettings['site_name'] ?? '')); $brandName = $brandName !== '' ? $brandName : config('app.name', 'SnapNest'); $pageTitle = $title ? $title . ' - ' . $brandName : $brandName; $siteLogo = $siteSettings['site_logo'] ?? null; $favicon = $siteSettings['favicon'] ?? null; @endphp {{ $pageTitle }} @if ($favicon) @endif @vite(['resources/css/app.css', 'resources/js/app.js']) @include('partials.extensions-head')
@if ($siteLogo) {{ $brandName }} @else @endif
{{ $brandName }}
{{ __('Secure event gallery') }}
{{ $slot }}
@include('partials.gdpr-banner') @if (! empty($siteSettings['right_click_disable'])) @endif @stack('scripts')