{{ $langData['welcome_text'] ?? 'Welcome Text Missing' }}
{{ $langData['subtitle'] ?? '' }}
@if(!empty($contactUrl)) {{ $contactText }} @endif @php // Get video URL based on current language $videoUrl = $currentLocale == 'ar' ? ($heroData['video']['video_url_ar'] ?? '') : ($heroData['video']['video_url'] ?? ''); @endphp @if(!empty($videoUrl)) @endif@endif