@php $attributeRepository = app('\Webkul\Attribute\Repositories\AttributeFamilyRepository'); $comparableAttributes = $attributeRepository->getComparableAttributesBelongsToFamily(); $locale = core()->getRequestedLocaleCode(); $attributeOptionTranslations = DB::table('attribute_option_translations')->where('locale', $locale)->get(); @endphp @push('scripts') @endpush