@extends('app') @section('main-content')
@if(Session::has('message'))
{{ Session::get('message')}}
@endif

Autorizar Edición



@foreach($noticias as $noticia) @endforeach
Id Interno Numero Documento Entidad Fecha Expedicion Estado Noticia Descargar editar
{{ $noticia->id}} {{ $noticia->numero}} {{ $noticia->tipoNoticia->descripcion}} {{ $noticia->origen->nombre }} {{ $noticia->fecha_expedicion }} {{ $noticia->estado->descripcion}}
{!!$noticias->render()!!}
@endsection