@if($post->background == '')

{{ $post->title }}

{{ $post->published_at->format('jS M Y') }} @if($post->category) | {{ $post->category->label }}@endif
@else

{{ $post->title }}

{{ $post->published_at->format('jS M Y') }} @if($post->category) | {{ $post->category->label }}@endif

{{ isset($post->excerpt) || $post->excerpt !== '' ? $post->excerpt : Str::limit(strip_tags( $post->page_content ), 250) }}

Read Me @endif
@if( $post->background == '' )

{{ isset($post->excerpt) && $post->excerpt !== '' ? $post->excerpt : Str::limit(strip_tags( $post->page_content ), 250) }}

Read Me @else
@endif