@endif
| Invoice Date: | {{ $issueDate }} |
| Bill To: | {{ $appointment->name }} |
| Email: | {{ $appointment->email }} |
| # | Item & Description | Price | Tax | Amount |
|---|---|---|---|---|
| 1 |
Appointment Booking Fee
Booking ID: {{ $appointment->appointment_id }}
Service Date: {{ $aptDate }} at {{ $aptTime }} @if($itemsLabel) Item(s): {{ $itemsLabel }} @endif @foreach($appointment->displayFormEntries() as $field) {{ $field['label'] }}: {{ $field['value'] }} @endforeach |
${{ number_format($subtotal, 2) }} | — | ${{ number_format($total, 2) }} |
| Subtotal | ${{ number_format($subtotal, 2) }} |
| Total | ${{ number_format($total, 2) }} |