@if ($productAttributeSets->count() > 0)
{{ trans('plugins/ecommerce::products.form.add_new_attributes') }}
{{ trans('plugins/ecommerce::products.form.add_new_attributes_description') }}
@foreach ($productAttributeSets as $attributeSet)
@endforeach
@else
{!! trans('plugins/ecommerce::products.form.create_product_variations', ['link' => Html::link(route('product-attribute-sets.create'), trans('plugins/ecommerce::products.form.add_new_attributes'))]) !!}
@endif