Created on {{ $invoice->created_at->format('M j, Y g:i A') }} by {{ $invoice->createdBy->name }}
Invoice Number
{{ $invoice->invoice_number }}
Branch
{{ $invoice->branch->name }}
Invoice Date
{{ $invoice->invoice_date->format('M j, Y') }}
Due Date
{{ $invoice->due_date->format('M j, Y') }} @if($invoice->isOverdue()) (Overdue) @endif
Description
{{ $invoice->description }}
Name
{{ $invoice->customer->name }}
{{ $invoice->customer->email }}
Phone
{{ $invoice->customer->phone }}
Address
{{ $invoice->customer->address }}
Vehicle
{{ $vehicle->year }} {{ $vehicle->make }} {{ $vehicle->model }}
License Plate
{{ $vehicle->license_plate }}
VIN
{{ $vehicle->vin }}
Mileage
{{ number_format($vehicle->mileage) }} miles
| Type | Description | Qty | Unit Price | Total |
|---|---|---|---|---|
| {{ ucfirst($item->type) }} |
{{ $item->description }}
@if($item->part)
Part #: {{ $item->part->part_number }}
@endif
@if($item->part_number)
Part #: {{ $item->part_number }}
@endif
@if($item->technical_notes)
{{ $item->technical_notes }}
@endif
|
{{ $item->quantity }} | ${{ number_format($item->unit_price, 2) }} | ${{ number_format($item->total_amount, 2) }} |
No line items added to this invoice.
{{ $invoice->notes }}
Payment Date
{{ $invoice->paid_at->format('M j, Y g:i A') }}
Payment Method
{{ ucfirst(str_replace('_', ' ', $invoice->payment_method)) }}
Reference
{{ $invoice->payment_reference }}
Notes
{{ $invoice->payment_notes }}
Service Order
Job Card
Estimate