{{ trans('plugins/ecommerce::product-specification.specification_tables.fields.groups') }}
@foreach($groups as $id => $label)
pluck('id')->all())))>
{{ $label }}
@endforeach
@if($selectedGroups->isNotEmpty())
{{ trans('plugins/ecommerce::product-specification.specification_tables.fields.name') }}
{{ trans('plugins/ecommerce::product-specification.specification_tables.fields.sorting') }}
@foreach($selectedGroups->sortBy('pivot.order') as $group)
{{ $group->name }}
@endforeach
@endif