{{ $materialReport->company->company_address ?? '' }}
{{ $materialReport->company->area->area_name ?? '' }},
{{ $materialReport->company->city->city_name ?? '' }},
{{ $materialReport->company->state->state_name ?? '' }},
{{ $materialReport->company->country->country_name ?? '' }},
{{ $materialReport->company->company_pincode ?? '' }}
GST No: {{ $materialReport->company->company_gstin ?? '' }},
Email: {{ $materialReport->company->company_email ?? '' }}
Phone No: {{ $materialReport->company->company_phone_no_1 ?? '' }}, {{ $materialReport->company->company_phone_no_2 ?? '' }}
To,
{{ $materialReport->customerAddress->customer_address ?? '' }},
{{ $materialReport->customerAddress->area->area_name ?? '' }},
{{ $materialReport->customerAddress->city->city_name ?? '' }},
{{ $materialReport->customerAddress->state->state_name ?? '' }},
{{ $materialReport->customerAddress->cusomer_pincode ?? '' }},
{{ $materialReport->customerAddress->country->country_name ?? '' }}
@if ($materialReport->customer->customer_phone_no_1)
Phone No: {{ $materialReport->customer->customer_phone_no_1 ?? '' }}
@endif
@if ($materialReport->customer->customer_gstin)
GST No: {{ $materialReport->customer->customer_gstin ?? '' }}
@endif
| Request No | {{ $materialReport->material_request_prefix }}/{{ $materialReport->material_request_financial_year }}/{{ $materialReport->material_request_number }} |
| Request Date | {{ \Carbon\Carbon::parse($materialReport->material_request_date)->format('d/m/Y') ?? '' }} |
| Delivery Date | {{ \Carbon\Carbon::parse($materialReport->delivery_date)->format('d/m/Y') ?? '' }} |
| Installation Date | {{ \Carbon\Carbon::parse($materialReport->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'] ?? '' }} |