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

{!!Form::model($model, ['class'=>'form-horizontal','method'=>'get'])!!}
{!! Form::label('item_to_list', App\Language::trans('Record to show'), ['class'=>'control-label col-md-2']) !!}
{!! Form::text('item_to_list', 100, ['id'=>'item_to_list', 'rows'=>'10' , 'cols'=>'80','class'=>'form-control']) !!} {!!$errors->first('item_to_list', '')!!}
{!! Form::label('customer_id', App\Language::trans('E-Store'), ['class'=>'control-label col-md-2']) !!}
{!! Form::select('e_store_name', App\Opencart\Setting::estore_combobox(), null, ['class'=>'form-control']) !!} {!!$errors->first('e_store_name', '')!!}
{!! Form::label('ar_invoice_id', App\Language::trans('Creating Date From'), ['class'=>'control-label col-md-2']) !!}
{!! Form::text('date_started', null, ['class'=>'form-control']) !!} {!!$errors->first('date_started', '')!!}
{!! Form::label('date_ended', App\Language::trans('To'), ['class'=>'control-label col-md-4']) !!}
{!! Form::text('date_ended', null, ['class'=>'form-control']) !!} {!!$errors->first('date_ended', '')!!}