@php $navigation = get_navigation_data(); @endphp
@if($navigation['logo']['type'] === 'image') @php $isRTL = in_array(app()->getLocale(), ['ar', 'he', 'fa', 'ur']); // Add more RTL languages as needed $logoImage = $isRTL ? ($navigation['logo']['image_rtl'] ?? $navigation['logo']['image_ltr']) : $navigation['logo']['image_ltr']; @endphp {{ $navigation['logo']['alt'] }} @else @php $isRTL = in_array(app()->getLocale(), ['ar', 'he', 'fa', 'ur']); $logoText = $isRTL ? ($navigation['logo']['text_rtl'] ?? $navigation['logo']['text_ltr']) : $navigation['logo']['text_ltr']; @endphp {{ $logoText }} @endif
@if($navigation['logo']['type'] === 'image')
4TresSro Epic RPG Adventure
@endif
@if(Auth::check())
@else @endif
@if(Auth::check())
@endif