Elenco Articoli

    @foreach($elencoArticoli as $articolo)
  • {{ $articolo->title }} {{ $articolo->category->name }} {{ $articolo->created_at->format('d/m/Y') }}

    {{ Str::limit(strip_tags(html_entity_decode($articolo->content)), 200) }}

    Leggi tutto...
  • @endforeach