| @lang('product.variations') | @endif @can('access_default_selling_price')@lang('product.default_selling_price') (@lang('product.inc_of_tax')) | @endcan @if (!empty($allowed_group_prices))@lang('lang_v1.group_prices') | @endif
|---|---|---|
| {{ $variation->product_variation->name }} - {{ $variation->name }} | @endif @can('access_default_selling_price'){{ $variation->sell_price_inc_tax }} | @endcan @if (!empty($allowed_group_prices))
@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 |
@endif