@yield('content')
@php $surveyLang = session('survey_lang', request()->get('lang', 'en')); $isArabic = $surveyLang === 'ar'; @endphp
@php $surveyCompany = $survey->company ?? null; $primaryColor = $surveyCompany->primary_color ?? '#a6cf45'; $secondaryColor = $surveyCompany->secondary_color ?? '#2c3e50'; @endphp{{ $survey->title ?? 'Survey' }}