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

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

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