@section('meta')
{!! Str::limit(strip_tags($post->description), 80, '...') !!}
{!! Str::limit(strip_tags($post->description), 50, '...') !!}