{{ $product->name }}

@if ($product->type == 'variable') @endif @can('access_default_selling_price') @endcan @if (!empty($allowed_group_prices)) @endif @foreach ($product->variations as $variation) @if ($product->type == 'variable') @endif @can('access_default_selling_price') @endcan @if (!empty($allowed_group_prices)) @endif @endforeach
@lang('product.variations')@lang('product.default_selling_price') (@lang('product.inc_of_tax'))@lang('lang_v1.group_prices')
{{ $variation->product_variation->name }} - {{ $variation->name }} {{ $variation->sell_price_inc_tax }} @foreach ($allowed_group_prices as $key => $value) {{ $value }} - @if (!empty($group_price_details[$variation->id][$key])) {{ $group_price_details[$variation->id][$key] }} @else 0 @endif
@endforeach