Quotation Form |
Quotation Date | {{ $data['quotation_date'] }} | Quotation Raised By | {{ $data['quotation_user'] }} |
Quotation Number | {{ $data['quotation_no'] }} | Description | {{ $data['quotation_description'] }} |
Quotation Reference Number | {{ $data['quotation_reference_no'] }} | Remark | {{ $data['quotation_remarks'] }} |
Material Description | ||||||||||||
Product Name | Brand | Unit | Qty. | Size | Remarks | Rate | Amount | Discount(%) | Discount Amount | GST(%) | GST Amount | Net Total |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $detail->material->name }} | {{ isset($detail->brand) ? $detail->brand : '' }} | {{ isset($detail->unit) ? $detail->unit->name : '' }} | {{ number_format( $detail->quantity,3) }} | {{ $detail->size }} | {{ $detail->remarks }} | {{ rupeeFormat($detail->rate) }} | {{ rupeeFormat($detail->amount) }} | {{ $detail->discount_perc }} | {{ rupeeFormat($detail->discount_amount) }} | {{ $detail->gst_perc }} | {{ rupeeFormat($detail->gst_amount) }} | {{ rupeeFormat($detail->net_total) }} |
TERMS AND CONDITION | |
{{ $term_condition->termsConditionDetail->terms }} | {{ $term_condition->condition }} |