@php $permalink = get_permalink($post); @endphp
@if ($post->main_image)
@if ($post->post_label) @endif {{ $post->main_image->alt_text }}
@endif

{!! $post->title!!}

{{ date('M d, Y', strtotime($post->published_at)) .' at '.date('h:i A', strtotime($post->published_at)) }}

{!! substr(strip_tags($post->excerpt ?? $post->body), 0, 180)."..." !!}