Tout les articles publiés

@foreach ($blogs as $blog)
@if ($blog->image)
Image de l'article
@endif

{{ $blog->title }}

Publié le {{ $blog->created_at->format('d M Y') }}

{{ \Str::limit(html_entity_decode(strip_tags($blog->content)), 100) }}

Lire la suite
@endforeach