@if ($productAttributeSets->isNotEmpty())
{{ trans('plugins/ecommerce::products.form.add_new_attributes_description') }}
{!! trans('plugins/ecommerce::products.form.create_product_variations', [ 'link' => Html::link( route('product-attribute-sets.create'), trans('plugins/ecommerce::products.form.add_new_attributes'), ['target' => '_blank'] ), ]) !!}
@endif @once @if (request()->ajax()) @include('plugins/ecommerce::products.partials.select-product-attributes-template') @else @push('footer') @include('plugins/ecommerce::products.partials.select-product-attributes-template') @endpush @endif @endonce