@php $company = \App\Models\Company::getPrimary(); $termsConditions = \App\Models\TermsCondition::getActive(); @endphp
@if($company && $company->logo_path)
@endif
|
{{ $company ? strtoupper($company->company_name) : 'ALFA MACHINE TOOLS' }}
@if($company && $company->company_description)
{{ $company->company_description }} |
|
To, {{ $quotation->customer->customer_name }} @if($quotation->customer->address){{ $quotation->customer->address }} @endif @if($quotation->customer->city || $quotation->customer->state){{ $quotation->customer->city }}{{ $quotation->customer->city && $quotation->customer->state ? ', ' : '' }}{{ $quotation->customer->state }} @endif @if($quotation->customer->mobile)Mobile No: {{ $quotation->customer->mobile }} @endif |
|
WE ARE PLEASED TO LEARN THAT YOU HAVE A REQUIREMENT {{ $quotation->items->count() ? $quotation->items->pluck('product_name')->join(', ') : 'Products/Services' }} BASED ON YOUR REQUIREMENT, WE ARE PLEASED TO SUBMIT OUR OFFERAS FOLLOWS.
OUR OFFER CONSISTS OF THE FOLLOWING:
WE HOPE YOU SHALL FIND THE OFFER AND TECHNICAL SPECIFICATION THERE IN, WELL IN LINE WITH YOUR REQUIREMENT. IF YOU HAVE ANY QUERY WITH OFFER, PLEASE DO NOT HESITATE TO CALL OR E-MAIL US.
THANK YOU ONCE AGAIN FOR CONSIDERING {{ $company ? strtoupper($company->company_name) : 'ALFA MACHINE TOOLS' }} FOR YOUR MACHINE REQUIREMENT. WE ASSURE YOU OF BEST SERVICE AND ATTENTION AT ALL TIMES.
For, {{ $company ? strtoupper($company->company_name) : 'ALFA MACHINE TOOLS' }}
@if($company && $company->phone_number)
Contact : {{ $company->phone_number }}
@else
Contact : +91 9227607851
@endif
| No. | Description | Rate | Unit | Amount |
| {{ $index + 1 }} |
{{ $item->product_name }} Model: {{ $item->product->product_model ?? 'N/A' }} @php // Get all specs for this product model $allSpecs = \App\Models\Product::where('product_master_id', $item->product->product_master_id) ->where('product_model', $item->product->product_model) ->where('price', $item->product->price) ->get(); @endphp @if($allSpecs->count() > 0) Specifications: @foreach($allSpecs as $spec) @if($spec->spec_name) • {{ $spec->spec_name }}: {{ $spec->spec_value }}{{ $spec->spec_unit ? ' ' . $spec->spec_unit : '' }} @endif @endforeach @endif @if($item->description) Details: {{ substr($item->description, 0, 100) }}{{ strlen($item->description) > 100 ? '...' : '' }} @endif |
₹{{ number_format($item->unit_price, 2) }} | {{ $item->quantity }} | ₹{{ number_format($item->total_price, 2) }} |
| Sub Total | ₹{{ number_format($quotation->subtotal, 2) }} | |||
| @if($quotation->customer->gst_type == 'instate') (CGST+SGST) 9%+9% = {{ $quotation->tax_percent }}% @else (IGST) {{ $quotation->tax_percent }}% @endif | ₹{{ number_format($quotation->tax_amount, 2) }} | |||
| Discount | -₹{{ number_format($quotation->discount_amount, 2) }} | |||
| TOTAL | ₹{{ number_format($quotation->total_amount, 2) }} | |||
| Product Name | Amount (With Tax) | Discount |
| {{ $item->product_name }} | ₹{{ number_format($item->final_total, 2) }} | {{ $item->discount ?? '-' }} |
| GRAND TOTAL | ₹{{ number_format($quotation->grand_total, 2) }} | - |
| {{ strtoupper($tc->title) }} | : | {{ $tc->description }} |
| No terms and conditions configured. Please add them from the admin panel. | ||
| NAME | {{ $company ? strtoupper($company->company_name) : 'ALFA MACHINE TOOLS' }} |
| BANK | {{ $company->bank_name }} |
| BANK | KOTAK BANK |
| BRANCH | {{ $company->bank_branch }} |
| BRANCH | Kalawad Road Branch, RAJKOT |
| ACCOUNT NUMBER | {{ $company->account_number }} |
| ACCOUNT NUMBER | 4712622406 |
| IFSC CODE | {{ $company->ifsc_code }} |
| IFSC CODE | KKBK0002794 |
| GST TIN | {{ $company->gst_number }} |
| GST TIN | 24AADFA5082H1ZP |
We hope you will find above up to satisfaction and await your esteemed order at the earliest.
Thanks & Regards,
for ,{{ $company ? strtoupper($company->company_name) : 'ALFA MACHINE TOOLS' }}
AUTHORIZED SIGNATORY
Mobile : +91 XXXXXXXXXX
|
Please Visit Us :
|
@if($company && $company->qr_code_path)
@endif
|