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