@php $raw_materials = is_array($quotation->raw_materials) ? $quotation->raw_materials : json_decode($quotation->raw_materials, true) ?? []; $conversion_costs = is_array($quotation->conversion_costs) ? $quotation->conversion_costs : json_decode($quotation->conversion_costs, true) ?? []; $packing_charges = is_array($quotation->packing_charges) ? $quotation->packing_charges : json_decode($quotation->packing_charges, true) ?? []; @endphp

UMBREY ENGINEERING PVT LTD

No. 31, 2nd Phase, Peenya Industrial Area, Bengaluru 560 058, Karnataka, India
GSTN: 29AAACU2461N1ZY   |   PAN: AAACU2461N

Email: info@umbreygroups.com

Quotation #: {{ $quotation->quotation_no }}
Date: {{ \Carbon\Carbon::parse($quotation->quotation_date)->format('d/m/Y') }}

QUOTATION

Customer Details
Company: {{ $quotation->customer->company ?? '-' }}
Contact: {{ $quotation->phone ?? '-' }}
Email: {{ $quotation->email ?? '-' }}
GST No: {{ $quotation->gst ?? '-' }}
Address:
{{ $quotation->address ?? '-' }}
Customer Ref #: {{ $quotation->cust_ref_no ?? '-' }}
RFQ #: {{ $quotation->rfq_no ?? '-' }}
RFQ Date: {{ $quotation->rfq_date ? \Carbon\Carbon::parse($quotation->rfq_date)->format('d/m/Y') : '-' }}
Quotation Details
Part No Project Mat No Drawing No Drawing Rev Qty UOM Description Product Type
{{ $quotation->part_no }} {{ $quotation->project_material_no }} {{ $quotation->drawing_no }} {{ $quotation->drawing_rev }} {{ $quotation->quantity }} {{ $quotation->quantity_uom }} {{ $quotation->description }} {{ $quotation->product_type }}
{{-- RAW MATERIAL CHARGES --}} @if (count($raw_materials))
Raw Material Charges
@foreach ($raw_materials as $i => $item) @endforeach
Sl. Raw Material Type Rate Scrap Rate Finish Wt Qty Size 1 Size 2 Size 3 RM Cost Value
{{ $i + 1 }} {{ $item['material'] ?? ($item['RawMaterial'] ?? '-') }} {{ $item['type'] ?? ($item['rawmaterialtype'] ?? '-') }} {{ $item['rate'] ?? ($item['MaterialaRate'] ?? '-') }} {{ $item['scrap_rate'] ?? ($item['ScrapRate'] ?? '-') }} {{ $item['finish_weight'] ?? ($item['FinishWeight'] ?? '-') }} {{ $item['quantity'] ?? ($item['Quantity'] ?? '-') }} {{ $item['size1'] ?? ($item['Size 1'] ?? '-') }} {{ $item['size2'] ?? ($item['Size 2'] ?? '-') }} {{ $item['size3'] ?? ($item['Size 3'] ?? '-') }} {{ $item['rm_cost'] ?? ($item['RM Cost'] ?? '-') }} {{ $item['value'] ?? ($item['Value'] ?? '-') }}
@endif {{-- CONVERSION COSTS --}} @if (count($conversion_costs))
Conversion Costs
@foreach ($conversion_costs as $i => $item) @endforeach
Sl. Description Qty Unit Rate Value
{{ $i + 1 }} {{ $item['desc'] ?? ($item['conversionCost'] ?? '-') }} {{ $item['quantity'] ?? ($item['Quantity'] ?? '-') }} {{ $item['unit'] ?? ($item['Unit'] ?? '-') }} {{ $item['rate'] ?? ($item['Rate'] ?? '-') }} {{ $item['value'] ?? ($item['Value'] ?? '-') }}
@endif {{-- PACKING CHARGES --}} @if (count($packing_charges))
Packing Charges
@foreach ($packing_charges as $i => $item) @endforeach
Sl. Description Qty Unit Rate Value
{{ $i + 1 }} {{ $item['desc'] ?? ($item['Description'] ?? '-') }} {{ $item['quantity'] ?? ($item['Quantity'] ?? '-') }} {{ $item['unit'] ?? ($item['Unit'] ?? '-') }} {{ $item['rate'] ?? ($item['Rate'] ?? '-') }} {{ $item['value'] ?? ($item['Value'] ?? '-') }}
@endif
Sub Total: {{ number_format($quotation->sub_total, 2) }}
Discount: {{ number_format($quotation->discount, 2) }} %
Round Up: {{ number_format($quotation->round_up, 2) }}
Grand Total: ₹ {{ number_format($quotation->grand_total, 2) }}
Note

{{ $quotation->note }}

Terms & Conditions: