@if($deathnews->is_announcement==0)
@endif
{!! Form::model($deathnews,['route'=>['deathnews.selectnode','deathnews'=>$deathnews->id,'q'=>$request_type],'method'=>'PUT', 'id'=>'selectnode_form']) !!}
@if($request_type=='Edit' && $deathnews->is_announcement==0)
@endif
{{--Node From Family--}}
{{--Node outside Family--}}
{!! Form::close() !!}