@if (config('site.user_vite')) @vite(['resources/views/templates/bento/css/app.css']) @else @endif {{-- Global Abstract Background Elements (Matches Auth Layout) --}}
{{-- Grid Pattern Overlay --}}
{{-- Dynamic Orbs --}}
{{-- Language Switcher (Dropdown) --}}
{{-- Dropdown Menu --}}
{{-- Header / Logo --}}
@php $logo = getSetting('logo_rectangle'); $logoPath = public_path('assets/images/' . $logo); $version = $logo && file_exists($logoPath) ? filemtime($logoPath) : time(); $logoUrl = $logo ? asset('assets/images/' . $logo) . '?v=' . $version : null; @endphp @if ($logoUrl) {{ getSetting('name') }} @else

{{ getSetting('name', config('site.app_name')) }}

@endif
{{-- Main Content --}}
{{-- Error Code --}}

@yield('code')

{{-- Message --}}

@yield('message')

@yield('description', __('We couldn\'t find the page you were looking for. It might have been removed, renamed, or did not exist in the first place.'))

{{-- Actions --}}
{{-- Footer --}}