@if ($post->getFirstMediaUrl('featured-image'))
{{ $post->title }}
@endif

{{ $post->title }}

{!! $post->contents !!}
@if ($post->tags->count() > 0)
@lang('admin.tags') @foreach ($post->tags as $tag) {{ $tag->name }} @endforeach
@endif