@extends('web.layouts.auth') @section('title', config('app.name')) @section('content')
@csrf @if($data['is_transfer_active'])
Stripe Connect information has been successfully completed.

@else
Oops! Something went wrong while processing your Stripe Connect information. Please try again later.
@endif
@stop @section('custom-js') @stop