@foreach ($noticias as $noticia)

{{ $noticia->categoria->nombre }}

@if(get_perfil()["perfil"] == "Administrador") @endif

{{ $noticia->nombre }}

{!! Str::limit($noticia->descripcion, 200, '...') !!}


Fecha de publicación
{{ $noticia->created_at->format('d/M/Y') }}
@endforeach

0 resultados