{{ __('locale.plans.price') }}: {{ \App\Library\Tool::format_price($amount, Auth::user()->customer->subscription->plan->currency->format) }}
@if($taxAmount > 0)
{{ trans('locale.labels.tax') }} ({{ trans('locale.labels.vat_percent', [
'percent' => $taxRate,
]) }}) : {{ \App\Library\Tool::format_price($taxAmount, Auth::user()->customer->subscription->plan->currency->format) }}
@endif
{{ __('locale.labels.total_price') }}: {{ \App\Library\Tool::format_price($totalAmount, Auth::user()->customer->subscription->plan->currency->format) }}
{{ __('locale.plans.number_of_units') }}: {{ $sms_unit }}