@extends('layouts.app') @section('title', $post->title) @section('content')
By {{ $post->user->name ?? 'Unknown' }} · {{ $post->created_at->format('M d, Y') }}
Login to add a comment.
@endauth {{-- عرض الكومنتات --}} @forelse($post->comments as $comment){{ $comment->body }}
No comments yet. Be the first to comment!
@endforelse