{{ __('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') }}
1234 Innovation Avenue,
Suite 500, Tech City, Silicon Valley,
California, 94043, United States
{{ App\Models\Setting::where('name','inquriy_email')->value('val') ?? '-' }}
{{ App\Models\Setting::where('name','helpline_number')->value('val') ?? '-'}}
{{ __('frontend.plan_name') }} | {{ __('frontend.plan_price') }} | {{ __('frontend.tax_name') }} | {{ __('frontend.tax_amount') }} | {{ __('frontend.total') }} |
---|---|---|---|---|
{{$data->name }} - {{ $data->duration }} {{ $data->type }} | {{ \Currency::format($data->amount) }} | - | - | {{ \Currency::format($data->amount) }} |
Discount ({{ $data->discount_percentage }}%) | {{ \Currency::format($discount_amount) }} | |||
{{ $tax['title'] }} | {{ \Currency::format($taxAmount) }} | @if ($loop->first){{ \Currency::format($totalTaxAmount) }} | @endif
{{ __('frontend.grand_total') }} | {{\Currency::format($data->total_amount)}} |
---|
{!! $page_detail !!}{{ App\Models\Setting::where('name','inquriy_email')->value('val') ?? '-' }}