{!! Form::open(['route' => 'companies/search','method' => 'POST','class' => '','role' => 'form','id'=>'form_modal_user_company_search']) !!} @if(!empty($active_btn_select)) {!! Form::hidden('active_btn_select', old('active_btn_select','1'), ['class' => 'form-control']) !!} @endif

{!! __('base/company.text_modal_search') !!}

{!! Form::text('filter_search', old('filter_search'), ['class' => 'form-control', 'placeholder' => __('base/company.text_modal_search_help1')]) !!}
{!! $html_companies !!}
@lang('base/company.column_taxid') @lang('base/company.column_name')
{!! Form::close() !!}