Create Estimate

Create a detailed estimate for {{ $diagnosis->jobCard->customer->name }} - {{ $diagnosis->jobCard->vehicle->year }} {{ $diagnosis->jobCard->vehicle->make }} {{ $diagnosis->jobCard->vehicle->model }}

Cancel Save Estimate

Job Information

Job Card Number
Customer
Vehicle

Estimate Settings

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

Line Items

Add Item
@forelse($lineItems as $index => $item) @empty @endforelse
Type Description Qty Unit Price Total Actions
${{ number_format($item['total_amount'] ?? 0, 2) }} @if(!($item['required'] ?? false)) @endif
No line items added yet. Click "Add Item" to get started.

Estimate Totals

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

Notes

Customer Notes
Internal Notes
Cancel Create Estimate