{{ __('Stripe connect') }}

{{ __('We use Stripe to collect payments. Connect now, and we will send your funds from cart payments dirrectly to your Stripe account')}}.


@if (!auth()->user()->stripe_account) {{ __('Connect with Stripe Connect') }} @else

{{__('Stripe account')}}

{{auth()->user()->stripe_account}}

{{__('Stripe details submited')}}

{{$stripe_details_submitted}}

{{ __('Update Stripe connection') }} @endif