@php $supportedLocales = ['ro', 'ru', 'en', 'it']; $segments = request()->segments(); if (in_array($segments[0] ?? '', $supportedLocales, true)) { array_shift($segments); } $path = implode('/', $segments); @endphp @foreach ($supportedLocales as $locale) @endforeach @php $ogTitle = trim($__env->yieldContent('title', config('app.name', 'Radiere SRL'))); $ogDescription = trim( $__env->yieldContent( 'meta_description', 'Radiere SRL simplă, cu pași clari și suport de la început până la final.', ), ); $pageUrl = trim($__env->yieldContent('canonical', url()->current())); $pageImage = trim($__env->yieldContent('og_image', asset('uploads/opengraph.png'))); $imageAlt = trim($__env->yieldContent('og_image_alt', $ogTitle)); $ogType = trim($__env->yieldContent('og_type', 'website')); @endphp