Status
{{ $order->status_label }}Datum
{{ $order->order_date->format('d.m.Y') }}
Gesamtsumme
{{ number_format($order->total_gross, 2) }} €
| # | Beschreibung | Menge | Preis | MwSt | Gesamt |
|---|---|---|---|---|---|
| {{ $item->position }} |
{{ $item->title }}
@if($item->description)
{{ $item->description }} @endif |
{{ $item->quantity }} {{ $item->unit }} | {{ number_format($item->unit_price, 2) }} € | {{ $item->vat_rate }}% | {{ number_format($item->total_gross, 2) }} € |
| Netto: | {{ number_format($order->total_net, 2) }} € | ||||
| MwSt: | {{ number_format($order->total_vat, 2) }} € | ||||
| Brutto: | {{ number_format($order->total_gross, 2) }} € | ||||
{{ $order->tenant->full_name }}
@endif @if($order->unit){{ $order->unit->property->name }} - {{ $order->unit->name }}
@endif{{ $order->notes }}