{{App\Language::trans('Advance Search')}}

{!!Form::model($model, ['class'=>'form-horizontal','method'=>'get'])!!}
{!! Form::label('item_to_list_from', App\Language::trans('English Word'), ['class'=>'col-sm-2 col-form-label']) !!}
{!! Form::text('item_to_list_from', '', ['id'=>'item_to_list_from', 'rows'=>'10' , 'cols'=>'80','class'=>'form-control']) !!} {!!$errors->first('item_to_list_from', '')!!}
{{App\Language::trans('Preferrable do not process over 2000 records at once. ')}}

{!!Form::close()!!}