@if ($productAttributeSets->count() > 0)
{{ trans('plugins/ecommerce::products.form.add_new_attributes') }}

{{ trans('plugins/ecommerce::products.form.add_new_attributes_description') }}

@elseif (is_in_admin(true) && Auth::check() && Auth::user()->hasPermission('product-attribute-sets.create'))

{!! 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 @push('footer') @endpush