@if(isset($knot))
{!! Form::model($knot, ['method' => 'PATCH', 'action' => ['KnotPerSquareController@update', $knot->idKnot], 'class' => 'form-horizontal']) !!}
@else
{!! Form::open(['url' => 'product-weight', 'class' => 'form-horizontal']) !!}
@endif
{!! Form::submit('SAVE',['class' => 'btn btn-raised btn-primary btn-round waves-effect']) !!}
{!! Form::close() !!}