@if($blog->excerpt)
@endif
{{ $blog->excerpt }}
{!! nl2br(e($blog->content)) !!}
Published by {{ $blog->author }} on {{ $blog->created_at->format('F d, Y') }}