|
@if($userData->country_code != '+91')
Invoice
@else
Tax Invoice
@endif
|
Santushti Holistic Health Clinic
SCO 2421-22, Sector 22 C, Chandigarh, 160022, India Phone: +91 9870481482 E-Mail: info@santushti.healthcare GSTIN: 04BMWPK9991F1Z9
|
Dt. Lavleen Kaur
M.Sc. F&N, M.Ed., PGD.HFW, UGC NET PGIMER, INSCOL (Ex-Intern) Life member – Indian Dietetic Association www.santushtibylavleen.com
@if(!empty($dietitian->name))
@endif
@if(!empty($dietitian->mobile))
@endif
|
{{--
|
|
--}}
|
Date: {{ date("D, M d, Y", strtotime(date('Y-m-d'))) }}
|
|
{{ ucwords(@$userData->name) }} {{ ucwords(@$userData->user_meta->gender) }}
{{ @$userData->country_code }} {{ @$userData->mobile }} {{ @$userData->email }}
|
|
Invoice number: SHH{{$financial_year}}/{{ucwords(@$userData->id)}}/{{ @$invoice['invoice_records'] }}
|
|
ServiceAmount({{@$price_symbol}})
|
|
{{ @$invoice['service_name'] }} ( {{ @$invoice['service_duration'] }} )
|
{{ round(@$invoice['service_taxable_amount'],2) }}
|
@if(!empty($invoice['addons']) && count($invoice['addons'])>0)
|
|
@foreach($invoice['addons'] as $add_on)
| {{$add_on['title']}} |
{{round(@$single_price,2)}} |
@endforeach
@endif
|
@if($userData->country_code == '+91')
Tax(GST 18%)
@else
Tax(VAT 0%)
@endif
|
{{ round(@$tax_service,2) }}
|
@if(@$invoice['discount_type'] !== 0)
|
Discount
|
@if(@$invoice['discount_type'] == '1')
{{ @$invoice['discount'] }}%
@else
{{ @$invoice['discount'] }} Flat
@endif
|
@endif
@php
if(@$invoice['discount_type'] == 0){
$discount = 0;
}
if(@$invoice['discount_type'] == 1){
$discount = (int)@$total_paid * ((int)@$invoice['discount']/100);
}
if(@$invoice['discount_type'] == 2){
$discount = (int)@$invoice['discount'];
}
@endphp
@if(@$invoice['discount_type']== 1)
|
Discounted Amount
|
@if(@$invoice['discount_type'] == '1')
{{ $discount }}
@endif
|
@endif
|
Payment Mode
|
{{ @$invoice['payment_mode'] }}
|
|
Total Cost (including tax) {{ round(@$total_paid) }}
|
|
Net Cost After Discount {{ (int)@$total_paid - (int)$discount }}
|
|
Total Amount to be paid {{ (int)@$total_paid - (int)$discount }}
|
|
Amount collected {{ (int)@$total_paid - (int)$discount }}
|
|
Total Amount Due as on {{ date("D, M d, Y", strtotime(date('Y-m-d'))) }} {{@$price_symbol}} 0
|
@if($userData->country_code != '+91')
|
Terms & Conditions:
1. Supply meant for Export under LUT without payment of integrated tax
2. Tax is Payable on Reverse Charge - No
3. Destination Country - {{@$userData->user_meta->country_name->name}}
4. This is a computer generated invoice and does not require a signature.
5. All transactions are non-refundable and non-returnable.
|
@else
|
Terms & Conditions:
1. This is a computer generated invoice and does not require a signature.
2. All transactions are non-refundable and non-returnable.
|
@endif