@extends('layouts.layout-auth') @section('content')

Stripe Payment Demo


@if (session()->has('error'))
{{ session()->get('error') }}
@endif
{!! csrf_field() !!}

$10

NOTE: All the payments are handled by STRIPE. We don't store any of your data.
@endsection @push('scripts') @endpush