{{ isset($_GET['lang']) ? config('constants.langs')[$_GET['lang']]['full_name'] : config('constants.langs')[config('app.locale')]['full_name'] }}
{{-- This button is pinned to the physical top-right in every layout that uses it, so the
menu must always anchor to the physical right and open leftward (inward). daisyUI's
dropdown-end uses inset-inline-end, which rtl.css flips to left:0 and pushes the menu
off-screen in Arabic. Force a physical right anchor so it stays on-screen in LTR and RTL. --}}
@foreach (config('constants.langs') as $key => $val)
- {{ $val['full_name'] }}
@endforeach