@extends('documents.layout') @section('content')
| Description | Price | Discount | Total |
|---|---|---|---|
| {{ $item['description'] }} | {{ number_format($item['price'], 2) }} | {{ number_format($item['discount'], 2) }} | {{ number_format($item['total'], 2) }} |
| Payment Method | Reference | Amount |
|---|---|---|
| {{ $payment['method'] }} | {{ $payment['reference'] ?? '-' }} | {{ number_format($payment['amount'], 2) }} |
PAID IN FULL
Thank you for your business with Zuppi Pet Services. This receipt confirms your payment for the services listed above.