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