{{ $subscription->plan->getBillableFormattedPrice() }}

{!! trans('cashier::messages.paystack.click_bellow_to_pay', [ 'plan' => $subscription->plan->getBillableName(), 'price' => $subscription->plan->getBillableFormattedPrice(), ]) !!}

{{ trans('cashier::messages.paystack.pay') }}
{{ csrf_field() }} {{ trans('cashier::messages.paystack.cancel_new_subscription') }}