صورتحساب {{ setting('site_name') }}

{{ $plan->name }} ({{ $plan->subscription_days }} روزه)

{{ $plan->price > 0 ? number_format($plan->price) . ' تومان' : 'رایگان' }}

ویرایش پلن
@error('firstname')
{{ $message }}
@enderror
@error('lastname')
{{ $message }}
@enderror
@error('phone_number')
{{ $message }}
@enderror
@auth
@else
@error('password')
{{ $message }}
@enderror
@error('password_confirm')
{{ $message }}
@enderror
@endauth
جزئیات پرداخت:
  • مبلغ پلن: {{ number_format($plan->price) }} تومان
  • تخفیف: - {{ number_format($discount_amount) }} تومان
  • مالیات (۱۰٪): + {{ number_format($tax_amount) }} تومان
  • مبلغ نهایی: {{ number_format($final_price) }} تومان
@include('components.layouts.loading-component',['target' => 'registerAndRedirectToPayment','text' => 'در حال اتصال به درگاه پرداخت'])