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