@extends('app') @section('main-content')
Id | Numero | Titulo | Fecha Expedicion | Fecha Publicacion | Estado Noticia | Observaciones | Novedades | Proceso |
---|---|---|---|---|---|---|---|---|
{{ $noticia->id}} | {{ $noticia->numero}} | {{ $noticia->titulo }} | {{ $noticia->fecha_expedicion }} | {{ $noticia->fecha_publicacion == '0000-00-00'? null: $noticia->fecha_publicacion }} | {{ $noticia->estado->descripcion}} |
@endforeach |
@endforeach |
Corregir |