Categories

Recent Posts

@foreach ($recently as $post)
@if ($post->image) blog image @else blog image @endif
{{ $post->created_at->format('d M Y') }}

{{ Str::limit($post->title, 50) }}

@endforeach