Bondstein Technologies Limited

138/1, Level 4, Tejgaon I/A
Dhaka-1208, Bangladesh

Call: 09639595959

Email: info@bondstein.com

Web: www.bondstein.com

Date: {{ date('d-M-Y', strtotime($invoice->date)) }}

Invoice Code: {{ $invoice->invoice_code }}

{{-- --}}

Client's Information

{{ $customer_name }}

{{ $address }}

Phone: {{ $phone }}

Email: {{ $email }}

Client's Contact

{{ $customer_name }}

{{ $address }}

{{ $phone }}

{{ $email }}

Office Contact

{{ $ofc['name'] }}

@isset($ofc['des'])

{{ $ofc['des'] }}

@endisset

{{ $ofc['phone'] }}

{{ $ofc['email'] }}

Dear Concern,

Thank you for doing business with us. Please make all payments payable to Bondstein Technologies Ltd..

@php $amount = getExcludingFromIncludingVat($invoice->amount); $vat = (float) $invoice->amount - (float) $amount; $totalPackageAmount = $invoice->package_amount * $invoice->payment_cycles; $totalPackageAmountExVat = getExcludingFromIncludingVat($totalPackageAmount); $payableTotalAmount = $invoice->amount; $payableTotalAmountExVat = getExcludingFromIncludingVat($invoice->amount); $discount = $totalPackageAmountExVat - $payableTotalAmountExVat; $payableVat = $invoice->amount - $payableTotalAmountExVat; @endphp
SL Item Name Item Details / Service Description Quantity Unit Amount Total Amount
1 {{ $invoice->product_package_name }} {{ $invoice->description }} 1 {{ number_format(getExcludingFromIncludingVat($invoice->package_amount), 2) }} {{ number_format($totalPackageAmountExVat, 2) }}
Discount {{ number_format($discount, 2) }}
Amount {{ number_format($payableTotalAmountExVat, 2) }}
VAT {{ number_format($payableVat, 2) }}
In words (BDT): {{ convertAmountToWords($invoice->amount) }} Grand Total (BDT) {{ $invoice->amount }}

This is a system generated invoice.

{{--

Prepared by

Sumiya Afroz

Telesales, Executive

Operations & sales (VTS)

Checked by

Ariful Islam

Head of Sales,

Operations & sales (VTS)

Received by

--}}