@if($post->icon_svg)
{!! $post->icon_svg !!}
@else
@endif
{{ $post->category }}
{{ $post->published_at->format('M j, Y') }}
{{ $post->title }}
{{ $post->excerpt }}
{{ $post->author_initials }}
{{ $post->author_name }}