@section('meta')
{!! Str::limit(strip_tags($post->description), 90, '...') !!}
{{ $post->user->name }}
{{ $post->date }}
{!! Str::limit(strip_tags($post->description), 70, '...') !!}