{{ $post->brand }}
{{ $post->name }}
@if ($post->author)
{{ $post->author }}
@endif
{{ $post->created_at }}
{{--
6 Comments
--}}
{!! $post->content !!}