Logo
@php $navLinks = [ ['route' => 'home', 'label' => 'الرئيسية', 'icon' => 'fas fa-home'], ['route' => 'articles', 'label' => 'مدونة'], ['route' => 'actualite', 'label' => 'اخبار'], ['route' => 'faq', 'label' => 'سوال و جواب'], ['route' => 'testimonials', 'label' => 'حكايات الطالب'], ['route' => 'contact', 'label' => 'كلمونا'], ]; @endphp @foreach($navLinks as $link) @if(isset($link['icon'])) @endif {{ $link['label'] }} @endforeach
احسب سكورك
    @foreach($navLinks as $link)
  • {{ $link['label'] }}
  • @endforeach
  • احسب سكورك