Toutes les actualités publiées

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

{{ $Actu->title }}

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

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

Lire la suite
@endforeach