@php $locale = app()->getLocale(); $suffix = $locale === 'id' ? '_id' : ''; $title = $settings['seo_title' . $suffix] ?? $settings['seo_title'] ?? 'FindWorkspace | Professional Spaces'; $desc = $settings['seo_description' . $suffix] ?? $settings['seo_description'] ?? 'Discover and book the perfect workspace.'; @endphp {{ $title }} @vite(['resources/css/app.css', 'resources/js/app.js'])