{{ $sale->customer->name }} · {{ $sale->warehouse->name }}
{{ $sale->notes }}
@endif| Product | Quantity | Unit Price | Unit Cost | Line Total | Profit |
|---|---|---|---|---|---|
| {{ $item->product->name }} | {{ $item->quantity }} | {{ number_format($item->unit_price, 2) }} | {{ number_format($item->unit_cost, 2) }} | {{ number_format($item->line_total, 2) }} | {{ number_format($item->profit(), 2) }} |