@extends("layout.app") @section("styles") @endsection @section("content") @if($sliders->count()>0)
@endif

اعثر على الاكسسوار الذي تريد

@include("components.accessory_filter", ['submitFilterToAccessoryList' => true]) {{--
--}} {{-- --}} {{--
--}}
@if($latest_accessories->count()>0)

وصل حديثا (عرض الجميع)


@endif @if($featured_accessories->count()>0)

اكسسوارات مميزة


@foreach($featured_accessories as $featured_accessory) @include("components.accessory-new",["accessory"=>$featured_accessory]) @endforeach
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} @endif @endsection @section("scripts") @include('accessories.partial.accessories_script') @endsection