{{__("Redirecting you to PayPal for Payment...")}}
{{__('You are subscribing to manage :company for :amount (:period)', [
'company' => $site->business_name,
'amount' => opt('currency_symbol') . $price,
'period' => $planName,
])}}
@endsection
{{-- attention, this is dynamically appended using stack() and push() functions of BLADE --}}
{{-- @push('extraJS') --}}
{{-- --}}
{{-- @endpush --}}