متوافق مع
@foreach($categories as $categorySlug => $category) @if(is_array($category) && sizeof($category))
get('category') ? 'selected' : '' }}> {{ __('labels.all_compatible_with',['name'=> $category['all']]) }}
@foreach($category as $subCategorySlug => $subCategory) @if($subCategorySlug=='all' || $subCategorySlug == 'order') @continue @endif
get('category') ? 'selected' : '' }}> {{ $subCategory }}
@endforeach
@else
get('category') ? 'selected' : '' }}> {{ $category }}
@endif @endforeach
@if($availableColors->count())
اللون
@foreach($availableColors as $color)
id == request()->get('color') ? 'selected' : '' }}>{{ $color->name . '|' . $color->color }}
@endforeach
@endif @foreach($filters as $spec_categories_id => $specifications)
{{ $sc_title = $specifications->first()->sc_title }}
@foreach($specifications->pluck('s_title', 's_id')->sort() as $specfication_id => $specification_title)
get("specifications"))[$spec_categories_id] == $specfication_id ? 'selected' : '' }}> {{$specification_title}}
@endforeach
@endforeach