{{ __('admin::lang.Basic Info') }}
@error('type') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
@error('sort_order') {{ $message }} @enderror
@if(in_array($type, ['slider', 'carousel', 'product_slider']))
{{ __('admin::lang.Slider Settings') }}
@endif
@if(in_array($type, ['product_tabs', 'product_slider', 'product_sidebar']))
{{ __('admin::lang.Product Settings') }}
{{ __('admin::lang.Maximum number of active products in this section') }}
@error('max_items') {{ $message }} @enderror
{{ __('admin::lang.Product sections do not require image dimensions. Products will use their own images.') }}
@endif
@if($type === 'grid_banners')
{{ __('admin::lang.Grid Settings') }}
@endif
@if($type === 'product_tabs')
{{ __('admin::lang.Tab Configuration') }}
@foreach($tabConfig as $key => $config)
@endforeach
@endif