img}")}}" alt="{{$post->seo_title}}"> {{$post->title}} {!!$post->content["body"]!!} {{__('Last Updated')}}: {{$post->updated_at->isoFormat('Do MMM, YYYY')}} {{__('Tags')}}: @foreach ($postTags as $tag) {{$tag}} @endforeach {{$post->author->name}} {{$post->author["meta"]["sum"]}} {{__('Comments')}} @csrf {{__('Have Something to Say?')}} {{__('Leave a comment')}}: {{__('*Comments contain URLs are not allowed.')}} @guest {{__('Name')}} {{__('Email')}} @endguest @forelse ($post->comments as $comment) {{$comment->author}} {{$comment->created_at->diffForHumans()}} {{$comment->body}} {{__('Reply')}} @csrf {{__('Comment')}} {{__('*Comments contain URLs are not allowed.')}} @guest {{__('Name')}} {{__('Email')}} @endguest {{__('Cancel')}} @foreach ($comment->replies as $reply) {{$reply->author}} {{$reply->created_at->diffForHumans()}} {{$reply->body}} @endforeach @empty {{__('Leave the first comment')}} @endforelse
{{__('Comments')}}
@forelse ($post->comments as $comment){{$comment->author}} {{$comment->created_at->diffForHumans()}}
{{$comment->body}}
{{$reply->author}} {{$reply->created_at->diffForHumans()}}
{{$reply->body}}
@empty
{{__('Leave the first comment')}}
@endforelse