editar notificación
@include('adminlte-templates::common.errors')
@include('flash::message')
{{-- Usamos Form::model para edición --}}
{!! Form::model($notificacion, ['route' => ['notificaciones.update', $notificacion->id], 'method' => 'PUT', 'enctype' => 'multipart/form-data']) !!}
{!! Form::close() !!}