{!! Form::open(['action' => 'PaymodesController@search', 'method' => 'GET', 'class' => 'form-horizontal']) !!}
{!! Form::close() !!}
{!! Form::open(['action' => 'PaymodesController@store', 'method' => 'POST', 'class' => 'form-horizontal space-top','data-parsley-validate']) !!}
{!! Form::close() !!}