@extends('layouts.site') @section('title', ($article->title ?? 'قراءة المقال') . ' | XRD LAB') @section('content')
@include('partials.breadcrumbs', [ 'items' => [ ['label' => 'الرئيسية', 'url' => route('home')], [ 'label' => $categoryLabel ?? 'المدونة', 'url' => isset($categoryRouteName) ? route($categoryRouteName) : route('blog.research.index'), ], ], ])

{{ $article->title }}

{{ $article->title }}
@if($article->audio_path)
@endif

{{ $article->title }}

{!! $article->content !!}
@csrf
الحد الأقصى 800 حرف. إذا تجاوزت هذا الحد سيتم تجاهل النص الزائد تلقائياً. @error('content') {{ $message }} @enderror
يتم الآن التحقق من التعليق قبل حفظه.
@forelse($approvedComments as $comment)

{{ $comment->displayName() }} - {{ $comment->created_at->format('d-m-Y') }}

"{{ $comment->content }}"

@if(! $loop->last)
@endif @empty
لا توجد تعليقات منشورة حالياً. يمكنك أن تكون أول من يشارك رأيه.
@endforelse
@if($article->audio_path)
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush