To
{{ $payment->user->name }}
Email : {{ $payment->user->email }}
Phone : {{ $payment->user->phone }}
State : {{ $payment->user->state }}
Email : {{ $payment->user->email }}
Phone : {{ $payment->user->phone }}
State : {{ $payment->user->state }}
@if(!empty($payment->invoice_id))
Receipt # {{$payment->invoice_id}}
@endif Payment Date : {{ $payment->created_at->format('d-M-Y') }}
From : Future Tech {{ config('app.name') }} LLP
GSTIN : 09AAJFF0965A1ZM
Address : {{ websiteData('address') }}
@endif Payment Date : {{ $payment->created_at->format('d-M-Y') }}
From : Future Tech {{ config('app.name') }} LLP
GSTIN : 09AAJFF0965A1ZM
Address : {{ websiteData('address') }}
| Sr. No. | Package Name | Amount | Discount | Subtotal |
|---|---|---|---|---|
| 1 | {{ $payment->plan->title }} | ₹ {{ $payment->amount }} | ₹ {{ $payment->discounted_amount }} | ₹ {{ $payment->total_amount }} |
Term & Condition:
For any query, please contact customer support.
| Amount : | ₹ {{ round($payment->total_amount-$gst_amount,2) }} |
|---|---|
| CGST (9%): | ₹ {{ round($gst_amount/2,2) }} |
| SGST (9%): | ₹ {{ round($gst_amount/2,2) }} |
| IGST (18%): | ₹ {{ round($gst_amount,2) }} |
| Total : | ₹ {{ $payment->total_amount }} |