@extends('layouts.app')
@section('content')
@if (session('error'))
{{ session('error') }}
@endif
How it works:
- Click the button below to connect with Stripe
- You'll be redirected to Stripe's secure platform
- Complete the quick onboarding process
- You'll be returned to our site when finished
@endsection