@extends('layouts.master') @section('title') Tools Report @endsection @section('page-title') Tools Report @endsection @section('body')
@endsection @section('content')
{{ $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 ?? '' }}
{{ $po->vendor->vendor_name ?? 'vendor Name' }}
--}}{{ $materialReport->customerAddress->customer_address ?? 'Customer Address' }}, {{ $materialReport->customerAddress->cusomer_pincode ?? 'Customer Pincode' }}, {{ $materialReport->customerAddress->area->area_name ?? 'Customer Area' }}, {{ $materialReport->customerAddress->city->city_name ?? 'Customer City' }}, {{ $materialReport->customerAddress->state->state_name ?? 'Customer State' }}, {{ $materialReport->customerAddress->country->country_name ?? 'Customer Country' }},
Phone No: {{ $materialReport->customer->customer_phone_no_1 ?? '001-234-5678' }}
GST No: {{ $materialReport->customer->customer_gstin ?? 'No GST' }}
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $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'] ?? '' }} |
{!! nl2br(e($materialReport->material_request_note ?? '')) !!}
{!! nl2br(e($materialReport->material_request_terms ?? '')) !!}
{!! $materialReport->customerAddress->customer_address !!} {!! $materialReport->customerAddress->customer_pincode !!} {!! $materialReport->customerAddress->area->area_name !!} {!! $materialReport->customerAddress->city->city_name !!} {!! $materialReport->customerAddress->state->state_name !!} {!! $materialReport->customerAddress->country->country_name !!}