@extends ("partials.layout") @section ("title", "Blogs") @section ("content")
{{ $blog->created_at->diffForHumans () }} — by {{ $blog->user->name }} — {{ count ($blog->notes) }} Posts
{!! $blog->description !!}