{{-- فلتر نوع الفلترة --}}
@component('components.widget', ['class' => 'box-solid'])
{!! Form::label('type', __('lang_v1.type') . ':') !!}
{!! Form::select(
'type',
[
'category' => __('product.category'),
'product' => __('sale.product'),
'brand' => __('product.brand'),
'all' => __('lang_v1.all_products')
],
null,
['class' => 'form-control select2', 'id' => 'goal_type_select', 'style' => 'width:100%']
) !!}
{{-- Category select --}}
{{-- Brand select --}}
{{-- Product search --}}
@endcomponent
{{-- جدول المنتجات --}}
@component('components.widget', ['class' => 'box-solid'])
@endcomponent
{{-- تحديث الأسعار --}}
@component('components.widget', ['class' => 'box-solid'])
@lang('lang_v1.update_prices_for_all_variations') @show_tooltip(__('tooltip.multiple_prices_update'))
@endcomponent
{{-- Scripts --}}