{{$post->title}} img}")}}" /> img}")}}" /> img}")}}" /> img}")}}" />
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->name}}

{{$post->author["meta"]["sum"]}}

{{__('Comments')}}

@csrf

{{__('Have Something to Say?')}}

{{__('*Comments contain URLs are not allowed.')}} @guest
@endguest
@forelse ($post->comments as $comment)
{{$comment->name}}

{{$comment->author}} {{$comment->created_at->diffForHumans()}}

{{$comment->body}}

@csrf {{__('*Comments contain URLs are not allowed.')}} @guest
@endguest
@foreach ($comment->replies as $reply)
{{$reply->author}}

{{$reply->author}} {{$reply->created_at->diffForHumans()}}

{{$reply->body}}

@endforeach

@empty

{{__('Leave the first comment')}}

@endforelse