--}}
{{-- - --}}
{{-- Marca
--}}
{{-- --}}
{{-- {{ Form::select('brand', ['' => 'Todas'] + $brands->pluck('name', 'id_brand')->toArray(), Request::has('brand') ? Request::get('brand') : null, ['class' => 'form-control input-sm filter-datatable select2']) }}--}}
{{--
--}}
{{-- --}}
{{-- - --}}
{{-- Categoria
--}}
{{-- --}}
{{-- {{ Form::select('category', ['' => 'Todas'] + $categories->pluck('name', 'id_category')->toArray(), Request::has('category') ? Request::get('category') : null, ['class' => 'form-control input-sm filter-datatable select2']) }}--}}
{{--
--}}
{{-- --}}
{{-- - --}}
{{-- Proprietário
--}}
{{-- --}}
{{-- {{ Form::select('owner', ['' => 'Todos'] + $customers->pluck('name', 'id')->toArray(), Request::has('owner') ? Request::get('owner') : null, ['class' => 'form-control input-sm filter-datatable select2']) }}--}}
{{--
--}}
{{-- --}}
{{--