@extends('layouts.master') @section('title') Material Issue Detail @endsection @section('page-title') Material Issue Detail @endsection @section('body')
@endsection @section('content')
{{ $issue->company->company_address ?? '' }}, {{ $issue->company->area->area_name ?? '' }}, {{ $issue->company->city->city_name ?? '' }}, {{ $issue->company->state->state_name ?? '' }}, {{ $issue->company->country->country_name ?? '' }}, {{ $issue->company->company_pincode ?? '' }}
GST No: {{ $issue->company->company_gstin ?? '' }}, Email: {{ $issue->company->company_email ?? '' }}, Phone No: {{ $issue->company->company_phone_no_1 ?? '' }}
{{ $issue->customer_address->customer_address ?? '' }},
{{ $issue->customer_address->area->area_name ?? '' }},
{{ $issue->customer_address->city->city_name ?? '' }},
{{ $issue->customer_address->state->state_name ?? '' }},
{{ $issue->customer_address->cusomer_pincode ?? '' }},
{{ $issue->customer_address->country->country_name ?? '' }}
@if ($issue->customer->customer_phone_no_1)
Phone No: {{ $issue->customer_address->customer_address_phone_no ?? $issue->customer->customer_phone_no_1 }}
@endif
@if ($issue->customer->customer_gstin)
GST No: {{ $issue->customer->customer_gstin ?? '' }}
@endif
| Request No |
{{ $issue->materialRequest->material_request_prefix}}/ {{ $issue->materialRequest->material_request_financial_year}}/ {{ $issue->materialRequest->material_request_number}} |
| Issue No | {{ $issue->material_issue_prefix }}/{{ $issue->material_issue_financial_year }}/{{ $issue->material_issue_number }} |
| Issue Date | {{ \Carbon\Carbon::parse($issue->material_issue_date)->format('d/m/Y') ?? '' }} |
| Technician | {{ $issue->employee->employee_first_name ?? '' }} {{ $issue->employee->employee_last_name ?? '' }} |
| Vehicle No | {{ $issue->material_issue_vehicle_no ?? ''}} |
| Sr No | Item | Brand | Model No | Size | Description | Issued 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_issue_item_description ?? '' }} | {{ $item->material_issue_qty }} | {{ $item->products->product_unit_measurement ?? '' }} |