• {{__('main.home')}}
  • @foreach(navLinks() as $link)
  • {{$link->name}}
  • @endforeach {{-- @if (getCurrentLocale() == 'ar')--}} {{--
  • --}} {{-- EN--}} {{--
  • --}} {{-- @else--}} {{--
  • --}} {{-- AR--}} {{--
  • --}} {{-- @endif--}}
  • @if(auth()->check())
    @csrf() {{__('main.logout')}}
    @endif