@php $items = $items ?? collect(); @endphp
@forelse($items as $index => $item) @empty @endforelse
Product Description Qty Unit Unit Price Amount
{{ number_format(($item->quantity ?? 0) * ($item->unit_price ?? 0), 2) }}
No items. Click "Add" to begin.
@push('scripts') @endpush