Office No.1122 Shilp Epitome, Nr. Sankalp Grace, B/H Rajpath Club, Off SBR Thaltej
Sindhu Bhavan,
Ahmedabad,
Gujarat,
India,
380054
GST No: 24AEUFS0941N1ZF,
Email: contact@shriharihvac.in
Phone No: 9409355852, 9925295825
From,
{{ $inquiry->customerAddress->customer_address ?? '' }},
{{ $inquiry->customerAddress->area->area_name ?? '' }},
{{ $inquiry->customerAddress->city->city_name ?? '' }},
{{ $inquiry->customerAddress->state->state_name ?? '' }},
{{ $inquiry->customerAddress->cusomer_pincode ?? '' }},
{{ $inquiry->customerAddress->country->country_name ?? '' }}
@if ($inquiry->customer->customer_phone_no_1)
Phone No: {{ $inquiry->customerAddress->customer_address_phone_no ?? $inquiry->customer->customer_phone_no_1 }}
@endif
@if ($inquiry->customer->customer_gstin)
GST No: {{ $inquiry->customer->customer_gstin ?? '' }}
@endif
| Request No | {{ $materialRequest->material_request_prefix }}/{{ $materialRequest->material_request_financial_year }}/{{ $materialRequest->material_request_number }} |
| Request Date | {{ \Carbon\Carbon::parse($materialRequest->material_request_date)->format('d/m/Y') ?? '' }} |
| Delivery Date | {{ \Carbon\Carbon::parse($materialRequest->delivery_date)->format('d/m/Y') ?? '' }} |
| Installation Date | {{ \Carbon\Carbon::parse($materialRequest->installation_date)->format('d/m/Y') ?? '' }} |
| Inquiry No | Inquiry Date | Project Name | Project Completion Date | Sales Person Name |
|---|---|---|---|---|
| {{ $inquiry->inquiry_prefix }}/{{ $inquiry->inquiry_financial_year }}/{{ $inquiry->inquiry_number }} | {{ \Carbon\Carbon::parse($inquiry->inquiry_date)->format('d/m/Y') ?? '' }} | {{ $inquiry->inquiry_project_name ?? '' }} | {{ \Carbon\Carbon::parse($inquiry->inquiry_project_completion_date)->format('M-Y') ?? '' }} | {{ $inquiry->employee->employee_name ?? '' }} |
| Architect | Interior | PMC | MEP & Consultant | Source Of Inquiry |
|---|---|---|---|---|
| {{ $inquiry->architect_name ?? '' }} | {{ $inquiry->interior_name ?? '' }} | {{ $inquiry->pmc_name ?? ''}} | {{ $inquiry->consultant_name ?? ''}} | {{ $inquiry->inquiry_source_name ?? '' }} ({{ $inquiry->inquiry_source_master_name ?? '' }}) |
| Application | Product Type | Product Brand | Qty | UOM | Inquiry Description |
|---|---|---|---|---|---|
| {{ $inquiry->inquiry_application ?? ''}} | {{ $inquiry->inquiry_product_category_name ?? ''}} | {{ $inquiry->inquiry_product_brand_name ?? ''}} | {{ $inquiry->inquiry_qty ?? ''}} | {{ $inquiry->inquiry_uom ?? ''}} | {{ $inquiry->inquiry_description ?? ''}} |
| # | Follow Up Date | Follow Up Note | Sales Person |
|---|---|---|---|
| {{ $i }} | {{ \Carbon\Carbon::parse($inquiryFollowUp->inquiry_follow_up_date)->format('d/m/Y') ?? '' }} | {{ $inquiryFollowUp->inquiry_follow_up_note ?? ''}} | {{ $inquiryFollowUp->salesPerson->employee_first_name ?? ''}} {{ $inquiryFollowUp->salesPerson->employee_last_name ?? ''}} |