|
Nowe zamówienie nr {{ $order->id }}
Data złożenia zamówienia: {{ $order->created_at }}
Imię i nazwisko: {{ $order->first_name }} {{ $order->last_name }}
Email: {{ $order->email }} Telefon: {{ $order->phone }}
Firma: {{ $order->company }} NIP: {{ $order->nip }}
@if ($order->extra_info)
Dodatkowa informacja:
{{ $order->extra_info }}
@endif
| Adres do fakturowania |
|
Adres do wysyłki |
{{ $order->street }} {{ $order->street_nr }}
{{ $order->postcode }} {{ $order->city }}
|
|
{{ $order->delivery_street }} {{ $order->delivery_street_nr }}
{{ $order->delivery_postcode }} {{ $order->delivery_city }}
|
| Szerokość |
Zachodzenie |
Rodzaj |
Szerokość ot. |
Wysokość os. |
Ostrz. |
Listwa |
Szkic |
Cena jedn. |
Ilość |
Wartość |
@foreach($order->cartDetailsAsObject() as $id => $item)
| {{ $item->stripsWidth }}mm |
{{ $item->overlapping }}mm |
{{ $item->stripsKind == 'normal' ? 'normalne' : 'chłodnicze' }} |
{{ $item->B }}mm |
{{ $item->H }}mm |
{{ $item->onEdgeRedStripes ? 'Tak': 'Nie' }} |
{{ $item->lathIncluded ? 'Tak': 'Nie' }} |
 |
{{ $item->calculationDetails->price }} {{ $currency }} |
{{ $item->quantity }} |
{{ $item->calculationDetails->totalPrice }} {{ $currency }} |
@endforeach
| |
|
@if ($summary->sumAfterDiscount != $summary->sum)
Suma zamówienia netto: {{ $summary->sum }} {{ $currency }}
Suma zamówienia netto po rabacie: {{ $summary->sumAfterDiscount }} {{ $currency }}
@else
Suma zamówienia netto: {{ $summary->sum }} {{ $currency }}
@endif
Wartość VAT ({{ isset($settings['vat']) ? $settings['vat'] : 23 }}%): {{ $summary->sumTax }} {{ $currency }}
Wartość brutto: {{ $summary->sumBrutto }} {{ $currency }}
|
{{ $text or '' }}
|
|
|