{{ $billing_subscription->company->present()->name }}

{{ $billing_subscription->product->product_key }}

{{ $billing_subscription->product->notes }}

{{ ctrans('texts.total') }}:

{{ App\Utils\Number::formatMoney($billing_subscription->product->price, $billing_subscription->company) }}

@if(auth('contact')->user()) {{ ctrans('texts.client_portal') }} @endif

{{ $heading_text }}

@if (session()->has('message')) @component('portal.ninja2020.components.message') {{ session('message') }} @endcomponent @endif @if($this->steps['fetched_payment_methods'])
@csrf @if($invoice instanceof \App\Models\Invoice) @endif
@foreach($this->methods as $method) @endforeach
@else
@csrf @if($steps['existing_user']) @endif
@endif
Have a coupon code?
@csrf