@extends('layouts.app') @section('content')
{{translate('Stripe Payment')}}
@csrf
{{translate('Payment Details')}}
{{translate('Name on Card')}}
{{translate('Card Number')}}
{{translate('CVC')}}
{{translate('Expiration Month')}}
{{translate('Expiration Year')}}
{{translate('Please correct the errors and try again.')}}
@endsection @section('script') @endsection