@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 {{-- attention, this is dynamically appended using stack() and push() functions of BLADE --}} {{-- @push('extraJS') --}} {{-- --}} {{-- @endpush --}}