Noticias

@foreach($news as $new)

{{ $new->titulo }}

{{ $new->created_at->toFormattedDateString() }}

{{ $new->resumen }}

Ver más »
@endforeach