{!! Form::open(['route' => 'sys-customers/search','method' => 'POST','class' => '','role' => 'form','id'=>'form_modal_sys_customer_search']) !!}
@if(!empty($active_btn_select))
{!! Form::hidden('active_btn_select', old('active_btn_select','1'), ['class' => 'form-control']) !!}
@endif
{!! Form::text('filter_search', old('filter_search'), ['class' => 'form-control', 'placeholder' => __('system/sys_customer.text_modal_search_help1')]) !!}
| @lang('system/sys_customer.column_taxid') |
@lang('system/sys_customer.column_name') |
|
{!! $html_sys_customers !!}
{!! Form::close() !!}