www.firstride.com.au
|
INVOICE
|
|
{{ $invoice->student->user->name ?? '-' }}
Mobile:
{{ $invoice->student->user->phone ?? '-' }}
Email:
{{ $invoice->student->user->email ?? '-' }}
Address:
{{ $invoice->student->user->address->full_address ?? '-' }}
|
Payment Method
First Ride Pty Ltd BSB: 062-692 Account No: 4311 3669 PayID: 6 4687 7536 (ACN no) |
| Lesson Date | Description | Teacher | Units | Unit Price | Amount |
|---|---|---|---|---|---|
| {{ $lessonDate }} | {{ $description ?: 'N/A' }} | {{ $teacherName ?: '-' }} | {{ $item->booking->unit ?? 'N/A' }} | ${{ number_format($item->booking->lessonType->unit_price ?? 0, 2) }} | ${{ number_format($item->booking->price ?? 0, 2) }} |
|
Total Lessons: {{ number_format(count($invoice->items)) }}
Total Hours: {{ $hoursDisplay }}
Questions:
Email us at info@firstride.com.au Or call us at 0421 954 160 |
Thank You!
|