@props(['news', 'menu'])
{{ $news->title }}
icon
{{ $news->title }}

{{ $news->published_at->formatted }}

@if ($news->category)

{{ $news->category->name }}

@endif

{{ $news->title }}

{{ Str::summary($news->sub_title) }}

@if ($news->tags->count())
@foreach ($news->tags as $tag) #{{ $tag->name }} @endforeach
@endif