@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
|
Product Type: {{ $item->product_type ?? 'N/A' }} Quantity: {{ $item->quantity }} Unit Price: ₹{{ number_format($item->unit_price, 2) }} |
@if($item->product && $item->product->product_image)
No Image
@endif
|
{!! nl2br(e($item->description)) !!}
| Specification | Details |
| Product Name | {{ $item->product->product_name }} |
| Product Model | {{ $item->product_type }} |
| Quantity | {{ $item->quantity }} |
| Specification | Specification |
|
@forelse($leftSpecs as $spec)
{{ $spec->spec_name }}: {{ $spec->spec_value }}{{ $spec->spec_unit ? ' ' . $spec->spec_unit : '' }}
@empty
@endforelse
|
@forelse($rightSpecs as $spec)
{{ $spec->spec_name }}: {{ $spec->spec_value }}{{ $spec->spec_unit ? ' ' . $spec->spec_unit : '' }}
@empty
@endforelse
|
| No specifications available |
| Specification | Details |
| Unit Price | ₹{{ number_format($item->unit_price, 2) }} |
| Total Price (Before Tax) | ₹{{ number_format($item->total_price, 2) }} |
| SGST (9%) | + ₹{{ number_format($item->total_price * 0.09, 2) }} |
| CGST (9%) | + ₹{{ number_format($item->total_price * 0.09, 2) }} |
| IGST (18%) | ₹{{ number_format($item->total_price * 0.18, 2) }} |
| Final Total (With Tax) | ₹{{ number_format($item->total_price * 1.18, 2) }} |
{!! nl2br(e($item->product->note)) !!}
| Standard Accessories | Optional Accessories |
|
@forelse($stdAccessories as $acc)
• {{ $acc }} @empty N/A @endforelse |
@forelse($optAccessories as $acc)
• {{ $acc }} @empty N/A @endforelse |
| No. | Product | discount_percent && $quotation->discount_percent > 0) width="25%" @else width="40%" @endif style="border:1px solid #333; padding:10px; text-align:right;">Amount | @if($quotation->discount_percent && $quotation->discount_percent > 0)Discount | @endif
| {{ $index + 1 }} | {{ $item->product_name }} | ₹{{ number_format($item->total_price * 1.18, 2) }} | @if($quotation->discount_percent && $quotation->discount_percent > 0)-₹{{ number_format(($item->total_price * 1.18) * ($quotation->discount_percent / 100), 2) }} | @endif
| GRAND TOTAL | ₹{{ number_format($quotation->items->sum(function($item) { return $item->total_price * 1.18; }), 2) }} | @if($quotation->discount_percent && $quotation->discount_percent > 0)-₹{{ number_format($quotation->items->sum(function($item) use($quotation) { return ($item->total_price * 1.18) * ($quotation->discount_percent / 100); }), 2) }} | @endif|
| Discount ({{ $quotation->discount_percent }}%) | -₹{{ number_format($quotation->items->sum(function($item) use($quotation) { return ($item->total_price * 1.18) * ($quotation->discount_percent / 100); }), 2) }} | ||
| NET TOTAL (After Discount) | ₹{{ number_format($quotation->items->sum(function($item) use($quotation) { return ($item->total_price * 1.18) * (1 - $quotation->discount_percent / 100); }), 2) }} | ||
| {{ strtoupper($tc->title) }} | : | {{ $tc->description }} |
| No terms and conditions configured. Please add them from the admin panel. | ||
| NAME | {{ $company ? strtoupper($company->company_name) : 'data not found' }} |
| BANK | {{ $company->bank_name }} |
| BANK | data not found |
| BRANCH | {{ $company->bank_branch }} |
| BRANCH | data not fount |
| ACCOUNT NUMBER | {{ $company->account_number }} |
| ACCOUNT NUMBER | data not found |
| IFSC CODE | {{ $company->ifsc_code }} |
| IFSC CODE | data not found |
| GST TIN | {{ $company->gst_number }} |
| GST TIN | data not found |
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) : 'data not found' }}
AUTHORIZED SIGNATORY
Mobile : {{ $company->phone_number }}
|
Please Visit Us :
|
@if($company && $company->qr_code_path)
@endif
|