@else style="background: url({{ img('blog', $post->featured_photo, 'lg') }});"> @endif
{{ dateFormat($post->created_at, false, true) }} {{ $comments ? count($comments) : 0 }} {{ __('lang.comments') }}
{!! $post->postContent !!}
@if ($comments)

{{ count($comments) }} {{ __('lang.comments') }}

@endif
@if ($comments) @foreach ($comments as $comment)
@else style="background: url({{ img('user', $comment->userPhoto) }});"> @endif

{{ $comment->userName ?? __('lang.deleted_user') }}

{{ dateFormat($comment->date, false, true) }}

{{ $comment->comment }}

@endforeach @endif

{{ __('lang.new_comment') }}

@if ($errors->any()) @endif @if (session('success')) @endif @if (session('error')) @endif
@csrf