{{ __('pdf.cancellation_delivery') }}

{{ __('pdf.cancellation_for') }}: {{ $original_invoice->full_number }}
{{ __('pdf.date') }}: {{ $invoice_date }}
{{ __('pdf.cancellation_nr') }}: {{ $invoice_number }}

{{ __('pdf.attention') }}: {{ __('pdf.cancellation_delivery_info') }}
@php $pos = 0; @endphp @foreach($shopping_order->shopping_order_items as $item) @php $pos++; @endphp @endforeach
{{ __('pdf.pos') }} {{ __('pdf.article') }} {{ __('pdf.quantity') }}
{{ $pos }} {{ $item->product_title }} @if($item->product_subtitle)
{{ $item->product_subtitle }} @endif
-{{ $item->quantity }} {{ $item->unit }}

{{ __('pdf.cancellation_delivery_note') }}