getFirstOrDefaultMediaUrl(collectionName: 'blog/posts'))
@if($coverUrl) {{ $post?->title }} @else
@endif

Published

{{ $post?->title }}

{{ $post->excerpt }}

  1. Home
  2. Blog
  3. {{ $post->category->name }}
  4. {{ $post->title }}
@if($coverUrl)
{{ $post->title }}
@endif
{!! $post->content !!}