@section('style') @endsection @php if ($accessory->badges()->count()>0){ $badgesTopLeft = $accessory->badges()->where("position","top-left")->where("is_active",1)->latest()->first(); $badgesBottom = $accessory->badges()->where("position","bottom")->where("is_active",1)->latest()->first(); $badgesTopRight = $accessory->badges()->where("position","top-right")->where("is_active",1)->latest()->first(); } @endphp
id,'code'=>$accessory->code])}}" class="render-color-code{{$accessory->id}}" style="font-size: xx-small;display: flex;justify-content: left;margin: 0;margin-right: 2px;color: #c6c5c5;font-weight: 400;line-height: normal;cursor: text!important;"> {{$accessory->code?$accessory->code:$selectedColor->code??'-'}}
id,'code'=>$accessory->code])}}" class="text-center two-line-truncate bidi-plain" style="text-align: center;font-weight: 400;color: #252525;font-variant-ligatures: common-ligatures;height: 43px">{{ $accessory->name }}