@extends('layouts.app', ['page' => __('View Proposal'), 'pageSlug' => 'Proposal']) @section('content')
Address : House No : 05, Velachery, Chennai - 600042
Email : admin@gmail.com
Phone : 908976555
Website : https://nkdecibels.com
{{ $model->customer_service_address }},
Email : {{ $model->customer_email }},
Phone : {{ $model->customer_phone }}
{{ $model->customer_billing_address }},
Email : {{ $model->customer_email }},
Phone : {{ $model->customer_phone }}
We have a proposed pricing for {{ $model->customer_name }}. Products/Services and price are enlisted below. If you have any question regarding this proposal, please let us know. Thank you!
SNO | Product Name | Qty | Unit Price | Total |
---|---|---|---|---|
{{ $i++ }} | {{ $proposaldetail -> product_name }} | {{ $proposaldetail -> quantity }} | ₹ {{ $proposaldetail -> price }} | ₹ {{ $proposaldetail -> quantity * $proposaldetail -> price }} |
SUB TOTAL | ₹ {{ $sub_total }} | |||
Discount({{$discount_str}}) | - ₹{{ $sub_total * $model->discount/100 }} | |||
Other Tax(%) | + ₹{{ $model->tax }} | |||
Shipping/Other (+) | + ₹{{ $model->shipping_other }} | |||
Grand Total | ₹{{ $model->total }} |
We have a proposed pricing for {{ $model->customer_name }}. Products/Services and price are enlisted below. If you have any question regarding this proposal, please let us know. Thank you!
We have a proposed pricing for {{ $model->customer_name }}. Products/Services and price are enlisted below. If you have any question regarding this proposal, please let us know. Thank you!