@csrf @if(isset($estimation) && $estimation->id) @method('PUT') @endif
{{ isset($estimation) && $estimation->id ? 'âī¸ Edit Estimation #' . $estimation->estimation_number : 'đ New Estimation' }}
â Discard
đž Save
Customer
Select Customer
Select Customer
@foreach($customers as $customer)
@if($customer->customer_type === 'company')
{{ $customer->company }}
{{ $customer->name }}
@else
{{ $customer->name }}
@endif
@endforeach
Subject
Estimation Number
Status
status ?? '') == 'draft') ? 'selected' : '' }}>đ Draft
status ?? '') == 'sent') ? 'selected' : '' }}>đ¤ Sent
status ?? '') == 'accepted') ? 'selected' : '' }}>â Accepted
status ?? '') == 'rejected') ? 'selected' : '' }}>â Rejected
Date
Valid Until
Currency
currency ?? 'INR') == 'INR') ? 'selected' : '' }}>âš INR
currency ?? '') == 'USD') ? 'selected' : '' }}>$ USD
currency ?? '') == 'EUR') ? 'selected' : '' }}>âŦ EUR
Discount
discount_type ?? 'no_discount') == 'no_discount' ? 'selected' : '' }}>No Discount
discount_type ?? '') == 'before_tax' ? 'selected' : '' }}>Before Tax
discount_type ?? '') == 'after_tax' ? 'selected' : '' }}>After Tax
đĻ Order Lines
âšī¸ Other Info
đ Document Settings
Product
Qty
Unit Price
Taxes
Amount
â Add Product
⥠Add Section
đ Add Note
Subtotal
âš 0.00
Discount (
%)
-âš 0.00
Tax Breakdown
Total Tax
âš 0.00
Total
âš 0.00
Address
{{ $estimation->address ?? '' }}
City
State
Country
Zip
Email
Phone
Customer Notes
{{ $estimation->content ?? '' }}
Internal Notes
{{ $estimation->admin_note ?? '' }}
Select Document Template (Optional)
-- No Template / Custom Content --
@foreach($documentTemplates ?? [] as $template)
document_template_id ?? '') == $template->id ? 'selected' : '' }}> {{ $template->name }} ({{ ucfirst($template->type) }})
@endforeach
đĄ Select a template to auto-fill all fields below, or leave blank to enter custom content
đ Terms and Conditions
{{ old('terms_conditions', $estimation->terms_conditions ?? $defaultTerms ?? '') }}
đ Privacy Policy
{{ old('privacy_policy', $estimation->privacy_policy ?? $defaultPrivacy ?? '') }}
đŗ Payment Details
{{ old('payment_details', $estimation->payment_details ?? $defaultPayment ?? '') }}
đ Conclusion / Footer Note
{{ old('conclusion', $estimation->conclusion ?? $defaultConclusion ?? '') }}
â Discard
đž Save
Price Alert
Selling below purchase price
Product Name
Selling Price
âš0.00
Purchase Price
âš0.00
Loss per unit
âš0.00
This price is below the purchase cost and will result in a loss on this item.