Cortar imagem

{{ Form::model($recomendacao, ['route'=>['andes.recomendacoes.salvarCorte', $recomendacao->id], 'class'=>'form-horizontal']) }}
{!! Form::hidden('blur', 0, array('id'=>'blur')) !!}
{!! Form::hidden('x', '', array('id'=>'x')) !!} {!! Form::hidden('y', '', array('id'=>'y')) !!} {!! Form::hidden('width', '', array('id'=>'width')) !!} {!! Form::hidden('height', '', array('id'=>'height')) !!}
{!! Form::button('Fechar', ['class'=>'btn default', 'data-dismiss'=>'modal']) !!} {!! Form::submit('Salvar corte', ['class'=>'btn green']) !!}
{{ Form::close() }}