@extends('layouts.master') @section('title') BOD Detail @endsection @section('page-title') BOD Detail @endsection @section('body') @endsection @section('content') @php $bodType = (int) $bod->bodType->quotation_master_id; @endphp
Print
logo
{{ optional($bod->company)->company_name }}

{{ optional($bod->company)->company_address }}, {{ optional(optional($bod->company)->area)->area_name }}, {{ optional(optional($bod->company)->city)->city_name }}, {{ optional(optional($bod->company)->state)->state_name }}, {{ optional(optional($bod->company)->country)->country_name }}, {{ optional($bod->company)->company_pincode }}

GST No: {{ optional($bod->company)->company_gstin }}, Email: {{ optional($bod->company)->company_email }}, Phone No: {{ $bod->company->company_phone_no_1 ?? '' }}, {{ $bod->company->company_phone_no_2 ?? '' }}


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

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

BOD No

{{ $bod->bod_prefix }}/{{ $bod->bod_financial_year }}/{{ $bod->bod_number }}

BOD Date

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


COPPER TUBE SIZE


BOD Details
@if(in_array($bodType, [1, 2, 5, 6])) @elseif(in_array($bodType, [3, 4])) @endif @foreach ($bod->items as $item) @if(in_array($bodType, [1, 2, 5, 6])) @elseif(in_array($bodType, [3, 4])) @endif @endforeach
Floor Area Name Height Approx Area Design Temp Type of Indoor Unit Modal No Capicity Index TON No. of IDU Unit Total of Indoor Unit Index Total Machine No System RemarksCopper Tube Size Communication CableSuction Suction Refnet Size Liquid Liquid Refnet Size
{{ $item['bod_floor'] }} {{ $item['bod_area_name'] }} {{ $item['bod_height'] }} {{ $item['bod_approx_area'] }} {{ $item['bod_design_temperature'] }} {{ $item['bod_type_of_unit'] }} {{ $item['bod_model_no'] }} {{ $item['bod_capicity'] }} {{ $item['bod_ton'] }} {{ $item['bod_no_of_unit'] }} {{ $item['bod_units_total'] }} {{ $item['bod_capacity_total'] }} {{ $item['bod_machine_no'] }} {{ $item['bod_system'] }} {{ $item['bod_remarks'] }}{{ $item['copper_tube_size'] }} {{ $item['communication_cable'] }}{{ $item['suction'] }} {{ $item['suction_refnet_size'] }} {{ $item['liquid'] }} {{ $item['liquid_refnet_size'] }}

Total

{{ $bod->total_no_idu_units }} {{ $bod->total_indoor_units }} {{ $bod->total_index_total }}
@endsection @section('scripts') @endsection