@extends('layouts.master') @section('title') Material Return Detail @endsection @section('page-title') Material Return Detail @endsection @section('body')
@endsection @section('content')
{{ $return->company->company_address ?? '' }}, {{ $return->company->area->area_name ?? '' }}, {{ $return->company->city->city_name ?? '' }}, {{ $return->company->state->state_name ?? '' }}, {{ $return->company->country->country_name ?? '' }}, {{ $return->company->company_pincode ?? '' }}
GST No: {{ $return->company->company_gstin ?? '' }}, Email: {{ $return->company->company_email ?? '' }}, Phone No: {{ $return->company->company_phone_no_1 ?? '' }}
{{ $return->customer_address->customer_address ?? '' }},
{{ $return->customer_address->area->area_name ?? '' }},
{{ $return->customer_address->city->city_name ?? '' }},
{{ $return->customer_address->state->state_name ?? '' }},
{{ $return->customer_address->cusomer_pincode ?? '' }},
{{ $return->customer_address->country->country_name ?? '' }}
@if ($return->customer->customer_phone_no_1)
Phone No: {{ $return->customer_address->customer_address_phone_no ?? $return->customer->customer_phone_no_1 }}
@endif
@if ($return->customer->customer_gstin)
GST No: {{ $return->customer->customer_gstin ?? '' }}
@endif
| Request No | {{ $return->materialIssue->materialRequest->material_request_prefix }}/{{ $return->materialIssue->materialRequest->material_request_financial_year }}/{{ $return->materialIssue->materialRequest->material_request_number }} |
| Issue No | {{ $return->materialIssue->material_issue_prefix }}/{{ $return->materialIssue->material_issue_financial_year }}/{{ $return->materialIssue->material_issue_number }} |
| Return No | {{ $return->material_return_prefix }}/{{ $return->material_return_financial_year }}/{{ $return->material_return_number }} |
| Return Date | {{ \Carbon\Carbon::parse($return->material_return_date)->format('d/m/Y') ?? '' }} |
| Return Person | {{ $return->employee->employee_first_name ?? '' }} {{ $return->employee->employee_last_name ?? '' }} |
| Sr No | Item | Brand | Model No | Size | Description | Return Qty | UOM |
|---|---|---|---|---|---|---|---|
| {{ $category['category_name'] }} | |||||||
| {{ $loop->parent->index + 1 }}.{{ $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 ?? '' }} |