{{ $acReport->company->company_address ?? '' }}
{{ $acReport->company->area->area_name ?? '' }},
{{ $acReport->company->city->city_name ?? '' }},
{{ $acReport->company->state->state_name ?? '' }},
{{ $acReport->company->country->country_name ?? '' }},
{{ $acReport->company->company_pincode ?? '' }}
GST No: {{ $acReport->company->company_gstin ?? '' }},
Email: {{ $acReport->company->company_email ?? '' }}
Phone No: {{ $acReport->company->company_phone_no_1 ?? '' }}, {{ $acReport->company->company_phone_no_2 ?? '' }}
To,
{{ $acReport->customerAddress->customer_address ?? '' }},
{{ $acReport->customerAddress->area->area_name ?? '' }},
{{ $acReport->customerAddress->city->city_name ?? '' }},
{{ $acReport->customerAddress->state->state_name ?? '' }},
{{ $acReport->customerAddress->cusomer_pincode ?? '' }},
{{ $acReport->customerAddress->country->country_name ?? '' }}
@if ($acReport->customer->customer_phone_no_1)
Phone No: {{ $acReport->customer->customer_phone_no_1 ?? '' }}
@endif
@if ($acReport->customer->customer_gstin)
GST No: {{ $acReport->customer->customer_gstin ?? '' }}
@endif
| Request No | {{ $acReport->ac_request_prefix }}/{{ $acReport->ac_request_financial_year }}/{{ $acReport->ac_request_number }} |
| Request Date | {{ \Carbon\Carbon::parse($acReport->ac_request_date)->format('d/m/Y') ?? '' }} |
| Delivery Date | {{ \Carbon\Carbon::parse($acReport->delivery_date)->format('d/m/Y') ?? '' }} |
| Installation Date | {{ \Carbon\Carbon::parse($acReport->installation_date)->format('d/m/Y') ?? '' }} |
| # | Item Name | Brand | Model No | Size | Description | Request Qty | Issue Qty | Return Qty | Used Qty | UOM |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $category['category_name'] }} | ||||||||||
| {{ $index + 1 }} | {{ $item['product_name'] ?? '' }} | {{ $item['product_brand'] ?? '' }} | {{ $item['model_no'] ?? '' }} | {{ $item['size'] ?? '' }} | {{ $item['description'] ?? '' }} | {{ $item['requested_qty'] ?? '' }} | {{ $item['issued_qty'] ?? '' }} | {{ $item['returned_qty'] ?? '' }} | {{ $item['used_qty'] ?? '' }} | {{ $item['uom'] ?? '' }} |