{{ $acReturn->company->company_address ?? '' }}
{{ $acReturn->company->area->area_name ?? '' }},
{{ $acReturn->company->city->city_name ?? '' }},
{{ $acReturn->company->state->state_name ?? '' }},
{{ $acReturn->company->country->country_name ?? '' }},
{{ $acReturn->company->company_pincode ?? '' }}
GST No: {{ $acReturn->company->company_gstin ?? '' }},
Email: {{ $acReturn->company->company_email ?? '' }}
Phone No: {{ $acReturn->company->company_phone_no_1 ?? '' }}, {{ $acReturn->company->company_phone_no_2 ?? '' }}
To,
{{ $acReturn->customer_address->customer_address ?? '' }},
{{ $acReturn->customer_address->area->area_name ?? '' }},
{{ $acReturn->customer_address->city->city_name ?? '' }},
{{ $acReturn->customer_address->state->state_name ?? '' }},
{{ $acReturn->customer_address->cusomer_pincode ?? '' }},
{{ $acReturn->customer_address->country->country_name ?? '' }}
@if ($acReturn->customer->customer_phone_no_1)
Phone No: {{ $acReturn->customer_address->customer_address_phone_no ?? $acReturn->customer->customer_phone_no_1 }}
@endif
@if ($acReturn->customer->customer_gstin)
GST No: {{ $return->customer->customer_gstin ?? '' }}
@endif
| Request No | {{ $acReturn->acIssue->acRequest->ac_request_prefix }}/{{ $acReturn->acIssue->acRequest->ac_request_financial_year }}/{{ $acReturn->acIssue->acRequest->ac_request_number }} |
| Issue No | {{ $acReturn->acIssue->ac_issue_prefix }}/{{ $acReturn->acIssue->ac_issue_financial_year }}/{{ $acReturn->acIssue->ac_issue_number }} |
| Return No | {{ $acReturn->ac_return_prefix }}/{{ $acReturn->ac_return_financial_year }}/{{ $acReturn->ac_return_number }} |
| Return Date | {{ \Carbon\Carbon::parse($acReturn->ac_return_date)->format('d/m/Y') ?? '' }} |
| Return Person Name | {{ $acReturn->employee->employee_first_name ?? '' }} {{ $acReturn->employee->employee_last_name ?? '' }} |
| # | Item Name | Brand | Model No | Size | Description | Serial No | 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->ac_return_item_description ?? '' }} | {{ $item->serial_no }} | {{ $item->ac_return_qty }} | {{ $item->products->product_unit_measurement ?? '' }} |