{{ $variation->product->name }}
{{$variation->skuString()}}
@if ($annulment == null)
{{ trans('x.No annulments for these products') }}
@else
{{ trans('x.Nulled') }}
{{ trans('x.Type')}}: {{ $annulment->type == 'delete' ? trans('x.Products deleted from orders') : trans('x.Quantity set to zero in orders') }} @endif
{{ trans('x.Type')}}: {{ $annulment->type == 'delete' ? trans('x.Products deleted from orders') : trans('x.Quantity set to zero in orders') }} @endif
{{ trans('x.Update annulment') }}
@include('components.orders_table')