@extends('layouts.site') @section('title', 'ساحة الفكر | XRD LAB') @section('content')
@include('partials.breadcrumbs', [ 'items' => [ ['label' => 'الرئيسية', 'url' => route('home')], ['label' => 'المدونة', 'url' => route('blog.development.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