{{ __('locale.phone_numbers.payment_for_number') }}: {{ $number->number }}
{{ __('locale.labels.frequency') }}: {{ $number->displayFrequencyTime() }}
{{ __('locale.plans.price') }}: {{ \App\Library\Tool::format_price($number->price, $number->currency->format) }}
@if($taxAmount > 0)
{{ trans('locale.labels.tax') }} ({{ trans('locale.labels.vat_percent', [
'percent' => $taxRate,
]) }}) : {{ \App\Library\Tool::format_price($taxAmount,$number->currency->format) }}
@endif
{{ __('locale.labels.total_price') }}: {{ \App\Library\Tool::format_price($price, $number->currency->format) }}