@method('DELETE') @csrf
Stripe connect Account Details
@if ( isset($stripeAccount) )

Account name : {{ $stripeAccount['display_name'] ?? '' }}

Email : {{ $stripeAccount['email'] ?? '' }}

@endif

Note : After disconnet your stripe account you will no longer able to get online payments from your clients.