coverUrl()) style="background: {{ $r->gradientCss() }};" @endif>
@if($r->coverUrl())
 }})
@else
@endif
{{ $r->published_at->format('d M Y') }}
{{ \Illuminate\Support\Str::limit($r->title, 60) }}
{{ \Illuminate\Support\Str::limit($r->excerpt ?: strip_tags($r->body), 90) }}
Read more
Comments ({{ $comments->count() }})
@if(session('comment_success')){{ $comment->body }}
@if($comment->admin_response){{ $comment->admin_response }}
Be the first to comment.
@endforelseLeave a Comment
@if($errors->any())@foreach($errors->all() as $e)- {{ $e }}
@endforeach