@extends('layouts.master') @section('title') Design Report View @endsection @section('page-title') Design Report View @endsection @section('body') @endsection @section('content') {{--
Print
--}}
logo
{{ $designReport->company->company_name }}

{{ $designReport->company->company_address }}, {{ $designReport->company->area->area_name }}, {{ $designReport->company->city->city_name }}, {{ $designReport->company->state->state_name }}, {{ $designReport->company->country->country_name }}, {{ $designReport->company->company_pincode }}

GST No: {{ $designReport->company->company_gstin }}, Email: {{ $designReport->company->company_email }}, Phone No: {{ $designReport->company->company_phone_no_1 ?? '' }}, {{ $designReport->company->company_phone_no_2 ?? '' }}


To,
{{ optional($designReport->inquiry->customer)->customer_name }}

{{ $designReport->inquiry->customerAddress->customer_address }}, {{ $designReport->inquiry->customerAddress->customer_pincode }}, {{ $designReport->inquiry->customerAddress->area->area_name }}, {{ $designReport->inquiry->customerAddress->city->city_name }}, {{ $designReport->inquiry->customerAddress->state->state_name }}, {{ $designReport->inquiry->customerAddress->country->country_name }},
@if ($designReport->inquiry->customer->customer_phone_no_1) Phone No: {{ $designReport->inquiry->customerAddress->customer_address_phone_no ?? $designReport->inquiry->customer->customer_phone_no_1 }}
@endif @if ($designReport->inquiry->customer->customer_gstin) GST No: {{ $designReport->inquiry->customer->customer_gstin ?? '' }} @endif

Design Report No

{{ $designReport->inquiry_design_prefix }}/{{ $designReport->inquiry_design_financial_year }}/{{ $designReport->inquiry_design_number }}

Design Report Date

{{ \Carbon\Carbon::parse($designReport->bod_date)->format('d-m-Y') }}

Inquiry No

{{ $designReport->inquiry->inquiry_prefix }}/{{ $designReport->inquiry->inquiry_financial_year }}/{{ $designReport->inquiry->inquiry_number }}

Inquiry For

{{ $designReport->inquiry->inquiry_product_category_name }}


Design Report


CAD {{ $designReport->cad == 1 ? 'Yes' : 'No' }}
BOD {{ $designReport->bod == 1 ? 'Yes' : 'No' }}
Indoor Location {{ $designReport->indoor_location == 1 ? 'Yes' : 'No' }}
Outdoor Location {{ $designReport->outdoor_location == 1 ? 'Yes' : 'No' }}
Copper Tube Route {{ $designReport->copper_tube_route == 1 ? 'Yes' : 'No' }}
Drain Pipe Route {{ $designReport->drain_pipe_route == 1 ? 'Yes' : 'No' }}
Duct Design {{ $designReport->duct_design == 1 ? 'Yes' : 'No' }}
Copper / Drain Material Measurement {{ $designReport->copper_drain_material_measurement == 1 ? 'Yes' : 'No' }}
Duct Measurement {{ $designReport->duct_measurement == 1 ? 'Yes' : 'No' }}
BOQ {{ $designReport->boq == 1 ? 'Yes' : 'No' }}
Electrical Load Data {{ $designReport->electrical_load_data == 1 ? 'Yes' : 'No' }}
Electrical Load Data Drawing {{ $designReport->electrical_load_data_drawing == 1 ? 'Yes' : 'No' }}
AC Request {{ $designReport->ac_request == 1 ? 'Yes' : 'No' }}
Material Request {{ $designReport->material_request == 1 ? 'Yes' : 'No' }}
Commissioning Report {{ $designReport->commissioing_report == 1 ? 'Yes' : 'No' }}
@if ($files->isNotEmpty())
File List
@foreach($files as $file) @endforeach
Action File Type File Description File Name
@role('Admin') @endrole {{ $file->file_type }} {{ $file->file_description }} {{ $file->file_original_name }}
@endif
@endsection @section('scripts') @endsection