@csrf
{{ __('Card Holder Name') }}
{{ __('Card Number') }}
{{ __('CVC') }}
{{ __('Expiration') }}
{{ __('YEAR') }}
{{ __('Confirm') }}
{{ __('Please correct the errors and try again.') }}
@if ((Session::has('success-message')))
{{ Session::get('success-message') }}
@endif @if ((Session::has('fail-message')))
{{ Session::get('fail-message') }}
@endif