{{ $acRequest->company->company_address ?? '' }}
{{ $acRequest->company->area->area_name ?? '' }},
{{ $acRequest->company->city->city_name ?? '' }},
{{ $acRequest->company->state->state_name ?? '' }},
{{ $acRequest->company->country->country_name ?? '' }},
{{ $acRequest->company->company_pincode ?? '' }}
GST No: {{ $acRequest->company->company_gstin ?? '' }},
Email: {{ $acRequest->company->company_email ?? '' }}
Phone No: {{ $acRequest->company->company_phone_no_1 ?? '' }}, {{ $acRequest->company->company_phone_no_2 ?? '' }}
To,
{{ $acRequest->customerAddress->customer_address ?? '' }},
{{ $acRequest->customerAddress->area->area_name ?? '' }},
{{ $acRequest->customerAddress->city->city_name ?? '' }},
{{ $acRequest->customerAddress->state->state_name ?? '' }},
{{ $acRequest->customerAddress->cusomer_pincode ?? '' }},
{{ $acRequest->customerAddress->country->country_name ?? '' }}
@if ($acRequest->customer->customer_phone_no_1)
Phone No: {{ $acRequest->customer_address->customer_address_phone_no ?? $acRequest->customer->customer_phone_no_1 }}
@endif
@if ($acRequest->customer->customer_gstin)
GST No: {{ $acRequest->customer->customer_gstin ?? '' }}
@endif
| Request No | {{ $acRequest->ac_request_prefix }}/{{ $acRequest->ac_request_financial_year }}/{{ $acRequest->ac_request_number }} |
| Request Date | {{ \Carbon\Carbon::parse($acRequest->ac_request_date)->format('d/m/Y') ?? '' }} |
| Delivery Date | {{ \Carbon\Carbon::parse($acRequest->delivery_date)->format('d/m/Y') ?? '' }} |
| Installation Date | {{ \Carbon\Carbon::parse($acRequest->installation_date)->format('d/m/Y') ?? '' }} |
| # | Item Name | Brand | Model No | Size | Description | Qty | UOM |
|---|---|---|---|---|---|---|---|
| {{ $category['category_name'] }} | |||||||
| {{ $index + 1 }} | {{ $item->products->product_name ?? '' }} | {{ $item->products->product_brands->product_brand_name?? '' }} | {{ $item->products->product_model_no ?? '' }} | {{ $item->products->product_size ?? '' }} | {{ $item->item_description ?? '' }} | {{ $item->item_qty }} | {{ $item->products->product_unit_measurement ?? '' }} |