@extends('layouts.templade') @section('title', $noticia->titulo) @section('contenido')
Regresar

{{ $noticia->titulo }}

{{ $noticia->subtitulo }}

@if($noticia->media_type === 'image') {{ $noticia->titulo }} @elseif($noticia->media_type === 'youtube')
@else
@endif
{{ $noticia->fecha }} {{ $noticia->vistas }} vistas {{ $noticia->likes->count() }}

{{ $noticia->descripcion }}


Comentarios ({{ $noticia->comentarios->count() }})
    @forelse($noticia->comentarios as $comentario) @empty
  • No hay comentarios.
  • @endforelse
@endsection