Edit Estimate

{{ $estimate->estimate_number }} • {{ $estimate->customer_id ? $estimate->customer?->name : $estimate->jobCard?->customer?->name ?? 'Unknown Customer' }} @if($estimate->customer_id && $estimate->vehicle) • {{ $estimate->vehicle->year }} {{ $estimate->vehicle->make }} {{ $estimate->vehicle->model }} @elseif($estimate->jobCard?->vehicle) • {{ $estimate->jobCard->vehicle->year }} {{ $estimate->jobCard->vehicle->make }} {{ $estimate->jobCard->vehicle->model }} @endif

@if($lastSaved)

Auto-saved at {{ $lastSaved }}

@endif
@if($autoSave) Auto-save ON @else Auto-save OFF @endif View Estimate Save Changes

Quick Add Service Items

@foreach($quickAddPresets as $key => $preset) @endforeach

Line Items

@if(!$bulkOperationMode) Bulk Operations @else Delete Selected Cancel @endif Add Item
@if(count($lineItems) > 0) @if($bulkOperationMode) @endif @foreach($lineItems as $index => $item) @if($bulkOperationMode) @endif @endforeach
Type Description Qty Unit Price Total Actions
${{ number_format(($item['quantity'] ?? 0) * ($item['unit_price'] ?? 0), 2) }}
@else

No line items yet

Get started by adding your first service or part.

Add First Item
@endif

Settings

Validity Period (Days) Tax Rate (%) Discount Amount ($)

Summary

Subtotal: ${{ number_format($subtotal, 2) }}
@if($discount_amount > 0)
Discount: -${{ number_format($discount_amount, 2) }}
@endif
Tax ({{ $tax_rate }}%): ${{ number_format($tax_amount, 2) }}
Total: ${{ number_format($total_amount, 2) }}

Notes

Customer Notes Internal Notes
Terms & Conditions