@extends('welcome') @section('seo_title') {{ __('PayPal') }} - @endsection @section('content')
{{__("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, ])}}
paypal
@endsection @push('extraJS') @endpush