@extends('layouts.app', ['page' => __('View Proposal'), 'pageSlug' => 'Proposal']) @section('content')
Print PDF Share Mail

Proposal Number : {{$model->proposal_number}}

Proposal Date : {{$model->propsal_date}}

Address : House No : 05,

Velachery,

Chennai - 600042.

Email : admin@gmail.com

Phone : 908976555

Website : https://nkdecibels.com

Proposal for : {{ $model->customer_name }}

Service Address

@if ($model->customer_service_address != "") @foreach(explode(',', $model->customer_service_address) as $info) {{$info}}
@endforeach

{{ $model->service_city }},

{{ $model->service_state }}.

@endif

Email : {{ $model->customer_email }},

Phone : {{ $model->customer_phone }}

@php $i = 1; $sub_total = 0; $igstVal=0; @endphp @forelse($proposaldetails as $proposaldetail) @php $sub_total += $proposaldetail -> quantity * $proposaldetail -> price; @endphp @php $billing_state_cgst=""; $billing_state_igst=""; $price=$proposaldetail->price; $gst=$proposaldetail->gst; $qty=$proposaldetail->quantity; $noqty=$qty*$price; $igst=($noqty*$gst)/100; $cgst=$igst/2; $igstVal+=$igst; if($model->billing_state == "Tamil Nadu"){ $billing_state_cgst= $igstVal/2; }else{ $billing_state_igst=$igstVal; } @endphp @empty

No Products Added

@endforelse @php $discount_str = ""; $discount_amount_total = 0; if($model->discount_type == 1) { $discount_str = $model->discount.'%'; $discount_amount_total = $sub_total * ($model->discount / 100); } else { $discount_str = "Flat Rs.".$model->discount; $discount_amount_total = $model->discount; } @endphp @if ($billing_state_cgst !== '') @endif @if ($billing_state_igst !== '') @endif @if ($billing_state_cgst !== '') @endif @if ($billing_state_igst !== '') @endif
SNO Product Name Qty Unit Price pdf Total
{{ $i++ }} {{ $proposaldetail -> product_name }} {{ $proposaldetail -> quantity }} Rs. {{ $proposaldetail -> price }} {{ $proposaldetail -> pdf }} Rs. {{ $proposaldetail -> quantity * $proposaldetail -> price }}
Sub total Rs. {{ $sub_total }}
Discount({{$discount_str}}) - Rs. {{ $discount_amount_total }}
Other Tax(%) + Rs. {{ $model->tax }}
cgst sgst igstShipping/Other (+) + Rs. {{ $model->shipping_other }}
Rs. {{ $billing_state_cgst }} Rs. {{ $billing_state_cgst }} Rs. {{ $billing_state_igst }}Gst + Rs. {{ $igstVal }}
Grand Total Rs. {{ $model->total }}


Additional Notes :

{{ $model->additional_note }}

Our Bank Info :

Name of the account: NK DECIBELS

Address: 44 Appavu St, Ellis Road, Chennai 600002

Account : 602605057594

Bank Name: ICICI Bank

MICR Code:600229010

Branch Name: T NAGAR BRANCH, CHENNAI

IFSC Code: ICIC0006026

Terms and Conditions :

{{ $model->terms }}

Delivery Time : 30 Business Days Lead Time

Payment Terms:

100% Advance Payment with Purchase Order

Wiring:

All Wiring Diagrams with Speaker Placements will be given by us after Purchase order & Payment Electrician Should be Provided by the Client Our Engineer will Supervise the electrician for Laying of Speaker Cables, Signal Cables & Speaker Clamps Fixing

Other Terms & Conditions:

Any kind of Civil or Wooden Work related to this Project is Client Scope

Warranty:

Projectors - 3 Year Warranty & 1 Year warranty or 1000 Hours for the Bulb
Speakers - 2 Years Warranty
Amplifiers - 1 Year Warranty
Microphones - 6 Months Warranty
Mixer - 1 Year Warranty
Warranty is applicable only for Mal-functioning due to Manufacturing Defects

@push('js') @endpush @endsection