@extends('welcome') @section('seo_title', __("Select Payment Method - Company Subscription")) @section('content')
{{__("Select Payment Method - Company Subscription")}}
{{__("Company Subscription")}}
{{__('You have selected the :plan_interval plan', ['plan_interval' => $planName])}}
{{ opt('currency_symbol') . $planPrice }} / {{ $showPlan }}

@if (opt('stripeEnable', 'No') == 'Yes')
{{ __('Subscribe with Card') }} {{ __('Credit Card') }}
@endif @if (opt('paypalEnable', 'No') == 'Yes')
{{ __('Subscribe via PayPal') }} {{ __('PayPal') }}
@endif
stripe card paypal payments
@endsection