Edit Quotation

@csrf @method('DELETE')
@foreach ($quotationitems as $item) @endforeach
Item Description Qty Amount Total Amount Action

Sub Total:{{ number_format($quotation->subtotal, 2) }}

CGST:{{ number_format($quotation->cgst, 2) }}

SGST:{{ number_format($quotation->sgst, 2) }}

Grand Total:{{ number_format($quotation->grand_total, 2) }}