| Vetsoft Clinic | |
| Vetsoft Inc, | {{ $return->client->name }} {{ $return->client->surname }} |
| vetsoft@bm.com | {{ $return->client->email }} |
| 021 704 2720 | {{ $return->client->primary_cellphone_number }} |
| {{ $company->street_address }} | {{ $return->client->street_address }} |
| {{ $company->city }} | {{ $return->client->city }} |
| {{ $company->postal_code }} | {{ $return->client->postal_code }} |
| Line | Category | Description | Quantity | Price | Total |
|---|---|---|---|---|---|
| 1 | {{ $return->stock->stockType->name }} | {{ $return->stock->name }} | {{ $return->quantity }} | R {{ number_format($return->credit_value, 2) }} | R {{ number_format($return->credit_value, 2) }} |
| Sub Total | R {{ number_format($return->credit_value, 2) }} | ||
| VAT | R {{ number_format($return->vat, 2) }} | ||
| Total | {{ $return->cost }} |