@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
@if ($model->customer_service_address != "")
@foreach(explode(',', $model->customer_service_address) as $info)
{{$info}}
@endforeach
@endif
{{--{{ $model->customer_service_address }}, --}}Email : {{ $model->customer_email }},
Phone : {{ $model->customer_phone }}
@if ($model->customer_billing_address != "")
@foreach(explode(',', $model->customer_billing_address) as $info)
{{$info}}
@endforeach
@endif
{{--{{ $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 -> pdf }} | ₹ {{ $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!