@props(['blog', 'menu'])
{{ $blog->published_at->formatted }}
{{ $blog->category->name }}
{{ $blog->title }}
{{ Str::summary($blog->sub_title) }}