{!! Form::open([ 'url' => route('notifiactions.delete', $notifiaction), 'method' => 'post', 'id' => $notifiaction->id ]) !!} {{ csrf_field() }} {!! Form::close() !!}