@unless($recent->isEmpty())

{{ __('Recent Post') }}

@foreach($recent as $post)
@if($post->image() !== null) {{ $post->title }} @endif
{{ $post->title ?? '' }}
@endforeach
@endunless