{!! Form::open(['action' => 'PumpBanksController@search', 'method' => 'GET', 'class' => 'form-horizontal']) !!}
{!! Form::close() !!}
{!! Form::open(['action' => ['PumpBanksController@update', $bank->id], 'method' => 'POST', 'class' => 'form-horizontal space-top']) !!}
{!! Form::close() !!}