@if($estimate->jobCard) Job Card #{{ $estimate->jobCard->job_number }} • {{ $estimate->created_at->format('M j, Y') }} @else Standalone Estimate • {{ $estimate->created_at->format('M j, Y') }} @endif
{{ $customer->name }}
{{ $customer->email }}
{{ $customer->phone }}
No customer information available
@endif{{ $vehicle->year }} {{ $vehicle->make }} {{ $vehicle->model }}
{{ $vehicle->license_plate }}
{{ $vehicle->vin }}
No vehicle specified
@endif| Type | Description | Qty | Unit Price | Total |
|---|---|---|---|---|
|
|
{{ $item->description }}
@if($showItemDetails && $item->part)
Part #: {{ $item->part->part_number }}
@endif
|
{{ $item->quantity }} | ${{ number_format($item->unit_price, 2) }} | ${{ number_format($item->total_amount, 2) }} |
This estimate doesn't have any line items yet.
{{ $estimate->notes }}
{{ $estimate->internal_notes }}
{{ $estimate->terms_and_conditions }}