@extends('layouts.public-base', ['title' => 'Additional Modules', 'contentwrapper' => '']) @section('content')
{{--

DashboardBilling Plans

--}}
@if ( !isset( $hideStripeAccount ) || false === $hideStripeAccount ) @if (empty(getStripeAccountId())) Connect With Stripe @else Stripe Account @endif @endif
{{-- --}} {{--
--}} @include('customer.client_management.components.stripeConnectAccount') @endsection