{{ $materialReturn->company->company_address ?? '' }}
{{ $materialReturn->company->area->area_name ?? '' }},
{{ $materialReturn->company->city->city_name ?? '' }},
{{ $materialReturn->company->state->state_name ?? '' }},
{{ $materialReturn->company->country->country_name ?? '' }},
{{ $materialReturn->company->company_pincode ?? '' }}
GST No: {{ $materialReturn->company->company_gstin ?? '' }},
Email: {{ $materialReturn->company->company_email ?? '' }}
Phone No: {{ $materialReturn->company->company_phone_no_1 ?? '' }}, {{ $materialReturn->company->company_phone_no_2 ?? '' }}
To,
{{ $materialReturn->customer_address->customer_address ?? '' }},
{{ $materialReturn->customer_address->area->area_name ?? '' }},
{{ $materialReturn->customer_address->city->city_name ?? '' }},
{{ $materialReturn->customer_address->state->state_name ?? '' }},
{{ $materialReturn->customer_address->cusomer_pincode ?? '' }},
{{ $materialReturn->customer_address->country->country_name ?? '' }}
@if ($materialReturn->customer->customer_phone_no_1)
Phone No: {{ $materialReturn->customer->customer_phone_no_1 ?? '' }}
@endif
@if ($materialReturn->customer->customer_gstin)
GST No: {{ $materialReturn->customer->customer_gstin ?? '' }}
@endif
| Request No | {{ $materialReturn->materialIssue->materialRequest->material_request_prefix }}/{{ $materialReturn->materialIssue->materialRequest->material_request_financial_year }}/{{ $materialReturn->materialIssue->materialRequest->material_request_number }} |
| Issue No | {{ $materialReturn->materialIssue->material_issue_prefix }}/{{ $materialReturn->materialIssue->material_issue_financial_year }}/{{ $materialReturn->materialIssue->material_issue_number }} |
| Return No | {{ $materialReturn->material_return_prefix }}/{{ $materialReturn->material_return_financial_year }}/{{ $materialReturn->material_return_number }} |
| Return Date | {{ \Carbon\Carbon::parse($materialReturn->material_return_date)->format('d/m/Y') ?? '' }} |
| Return Name | {{ $materialReturn->employee->employee_first_name ?? '' }} {{ $materialReturn->employee->employee_last_name ?? '' }} |
| # | 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->material_return_item_description ?? '' }} | {{ $item->material_return_qty }} | {{ $item->products->product_unit_measurement ?? '' }} |