@extends('layouts.site') @section('title', 'الأخبار التقنية | XRD LAB') @section('content')
@include('partials.breadcrumbs', [ 'items' => [ ['label' => 'الرئيسية', 'url' => route('home')], ['label' => 'الأخبار', 'url' => route('news.index')], ], ])
@forelse($articles as $article) @include('partials.blog.entry', ['article' => $article]) @empty
لا توجد أخبار منشورة حالياً.
@endforelse
@include('partials.blog.sidebar', [ 'sectionTitle' => $sectionTitle, 'sectionDescription' => $sectionDescription, 'recentPosts' => $recentPosts, 'recentPostsTitle' => $recentPostsTitle, ])
@endsection @push('styles') @endpush