@if(isset($interactionType))
{!! Form::model($interactionType, ['action' => ['Gestao\InteractionTypeController@postUpdateInteractionType', $interactionType->id], 'method' => 'post', 'class' => 'form-horizontal']) !!}
@else
{!! Form::open(['action' => 'Gestao\InteractionTypeController@postSaveInteractionType', 'method' => 'post', 'class' => 'form-horizontal']) !!}
@endif
@if(isset($father_id))
{!! Form::input("hidden", "father_id",$father_id,["class" => "hidden"]) !!}
@endif
@if(isset($interactionType))
@endif
{!! Form::close() !!}