@extends('layouts.layout-auth') @section('content')
Stripe Payment Demo
@if (session()->has('error'))
{{ session()->get('error') }}
@endif
{!! csrf_field() !!}
Name
Email
Billing Amount in US Dollars
$10
Card Number
Expiry Date
CVC Code
I agree to terms & conditions
NOTE:
All the payments are handled by
STRIPE
. We don't store any of your data.
@endsection @push('scripts') @endpush