اختيار المحرر

    @if(!empty($footer['editor_choices'])) @foreach($footer['editor_choices'] as $editor_choice)
  • @if($editor_choice->image) {{ $editor_choice->image->alt_text }} @else
    أخبار منصة نوريرا
    @endif

    {{ $editor_choice->title }}

    {{ front_date_format($editor_choice->created_at) }}
  • @endforeach @else
  • لا توجد مقالات مختارة
  • @endif

المواضيع الساخنة

    @if(!empty($footer['hot_topics'])) @foreach($footer['hot_topics'] as $tag)
  • {{ $tag->name }} {{ $tag->articles_count }}
  • @endforeach @else
  • لا توجد مواضيع ساخنة متاحة
  • @endif

أخبار النقاشات الشهرية

    @if(!empty($footer['articles_with_most_comments'])) @foreach($footer['articles_with_most_comments'] as $article)
  • @if($article->image) {{ $article->image->alt_text }} @else
    أخبار منصة نوريرا
    @endif

    {{ $article->title }}

    {{ front_date_format($article->created_at) }}
  • @endforeach @else
  • لا توجد مقالات مع تعليقات متاحة
  • @endif
{{ config('app.name') }}

{{ $site_details->footer_text ?? 'نص الفوتر غير متوفر' }}

{{ $contact_info->phone ?? 'رقم الهاتف غير متوفر' }}

{{ $contact_info->email ?? 'البريد الإلكتروني غير متوفر' }}

    @if(!empty($social_networks)) @foreach($social_networks as $name => $url)
  • @endforeach @else
  • لا توجد روابط اجتماعية متاحة
  • @endif