{{-- --}}
@if ($article->photos->isNotEmpty()) @else

No image found

@endif

{{ $article->article_title }}

{{ $article->article_description }}

You must sign in to comment. Click Here to Sign In or Here to Register.

Comments
@if ($article->comments->isNotEmpty()) @foreach ($article->comments as $comment)
{{--

{{ $comment->user->name ?? 'Anonymous' }}:

--}}

{{ $comment->comment }}

{{-- {{ $comment->created_at->format('M d, Y - h:i A') }} --}}
@endforeach @else

No comments found.

@endif {{--
Leave a comment
--}} {{--
--}}
Connect with us