{{-- AMP يشترط هذا الـ boilerplate CSS بالضبط بدون أي تعديل، وإلا الصفحة تصير غير صالحة --}}

{{ $article->title }}

{{ $article->published_at?->format('Y-m-d') }} @if($article->author) — {{ $article->author->name }} @endif

@if ($article->featured_image) @php [$imgWidth, $imgHeight] = @getimagesize(\Illuminate\Support\Facades\Storage::disk('public')->path($article->featured_image)) ?: [800, 450]; @endphp @endif
{!! $article->body !!}
عرض النسخة الكاملة من الموقع ←