{{ __('frontend.thanks_payment') }}
{{ __('frontend.payment_status') }}:
{{ optional($data->subscription_transaction)->payment_status ?? '-' }}
{{ __('frontend.invoice_date') }} - {{ now()->format('d/m/Y') }} {{ __('frontend.invoice_id') }} - #{{ $data->id }}
{{ __('frontend.thanks_payment') }}
{{ App\Models\Setting::where('name', 'inquriy_email')->value('val') ?? '-' }}
{{ App\Models\Setting::where('name', 'helpline_number')->value('val') ?? '-' }}
| Plan Name | Plan Price | Tax Name | Tax Amount | Total |
|---|---|---|---|---|
| {{ $data->name }} - {{ $data->duration }} {{ $data->type }} | {{ \Currency::format($baseAmount) }} | - | - | {{ \Currency::format($baseAmount) }} |
| Plan Discount ({{ $discountPercent }}%) | -{{ \Currency::format($planDiscountAmount) }} | |||
| Coupon Discount | -{{ \Currency::format($couponDiscountAmount) }} | |||
| {{ $tax['title'] }} | {{ \Currency::format($tax['amount']) }} | |||
| Grand Total | {{ \Currency::format($grandTotal) }} | |||