@extends('layouts.app') @section('content')

{{ __('Upgrade to') }} {{ $package->name }}

@csrf {{-- Price --}}

{{-- Card number --}}

@if ($errors->has('card_number')) {{ $errors->first('card_number') }} @endif
{{-- Security number --}}

@if ($errors->has('card_cvc')) {{ $errors->first('card_cvc') }} @endif
@if ($errors->has('card_month')) {{ $errors->first('card_month') }} @endif @if ($errors->has('card_year')) {{ $errors->first('card_year') }} @endif
@if ($errors->has('payment'))

{{ $errors->first('payment') }}

@endif {{-- Submit button --}}
{{ __('Back') }}

{{ __('This is a secured website. Data transfer is secured with 256 bit SSL encryption for the security and protection of our customers.') }}

{{ __('By choosing any of the packages you agree with the') }} {{ __('Terms and Conditions') }}.

{!! __('As a FULL or FREEDOM member, you unlock the VIDEOCHAT option and you can finally see your friends.')!!}

{!! __('All transactions are handled securely and discretely by our authorized merchants. Please visit SECURIONPAY.COM, our authorized sales agents. For your convenience, all subscriptions will automatically recur unless cancelled.') !!}

@endsection