@extends('layouts.app') @section('content')
noticia {{ $noticia->id }}
{!! Form::open([ 'method'=>'DELETE', 'url' => ['noticias/noticias', $noticia->id], 'style' => 'display:inline' ]) !!} {!! Form::button('
@endsection