Edit Estimate

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

@if($lastSaved)

Auto-saved at {{ $lastSaved }}

@endif

Quick Add Service Items

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

Line Items

@if(!$bulkOperationMode) @else
@endif
@forelse($lineItems as $index => $item)
@if($bulkOperationMode)
@endif @if($item['is_editing'])
@if($showAdvancedOptions)
@endif @else
{{ ucfirst($item['type']) }} {{ $item['description'] }} @if($item['part_name']) ({{ $item['part_name'] }}) @endif
Qty: {{ $item['quantity'] }} × ${{ number_format($item['unit_price'], 2) }} @if($item['markup_percentage'] > 0) + {{ $item['markup_percentage'] }}% markup @endif @if($item['discount_type'] !== 'none') - {{ $item['discount_type'] === 'percentage' ? $item['discount_value'].'%' : '$'.number_format($item['discount_value'], 2) }} discount @endif
@if($item['notes'])
{{ $item['notes'] }}
@endif
${{ number_format($item['total_amount'], 2) }}
@if(!$item['is_taxable'])
Tax exempt
@endif
@if(!$bulkOperationMode)
@endif
@endif @if($bulkOperationMode)
@endif
@empty

No line items added yet. Add service items above to get started.

@endforelse

Add New Line Item

@if($showAdvancedOptions)
@endif

Financial Summary

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

Estimate Settings

Tax Rate (%)
Discount Amount ($)
Valid for (days)

Notes

Customer Notes
Internal Notes

Terms & Conditions

Cancel