{{ $noticia->categoria->nombre }} {{ $noticia->created_at->format('d/M/Y') }}

{{ $noticia->nombre }}

@foreach ($noticia->categoria->subcategorias as $key => $item) {{ $item->nombre }} @endforeach

{{ $noticia->descripcion }}

@if($noticia->video != null||$noticia->video != "") @endif