| Vetsoft Clinic | {{ $order->supplier->name }} |
| Vetsoft Inc, | Mr John Smith |
| vetsoft@bm.com | {{ $order->supplier->email }} |
| 021 704 2720 | {{ $order->supplier->tel }} |
| {{ $company->street_address }} | {{ $order->supplier->street_address }} |
| {{ $company->city }} | {{ $order->supplier->city }} |
| {{ $company->postal_code }} | {{ $order->supplier->postal_code }} |
| Order Name | Order Number |
| {{ $order->subject }} | {{ $order->code }} |
| Line | Category | Description | Quantity | Cost Price | Sales Price |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->stockType->name }} | {{ $item->name }} | {{ $item->pivot->quantity }} | R {{ number_format($item->pivot->cost_price, 2) }} | R {{ number_format($item->pivot->sales_price, 2) }} |
| Sub Total | R {{ number_format($order->sub_total, 2) }} | ||
| VAT | R {{ number_format($order->vat, 2) }} | ||
| Total | R {{ number_format($order->total, 2) }} |