@if ( getUser()->hasRole('Customer') ) @if ( !isset( $hideStripeAccount ) || false === $hideStripeAccount ) @if( empty( getStripeAccountId() ) ) Connect With Stripe @else Stripe Account @endif @endif @endif @if ( true === $enableSwitchAsUser ) User Account @endif
@if($sidebarUser && !in_array($selectedTab, ['settings.billings', 'settings.invoices']))
@livewire('common.sidebar', ['sidebar_user_id' => $sidebarUser->id])
@endif @foreach($tabs as $key => $tab) @switch($selectedTab) @case($tab['key'])
@livewire("$selectedTab",['tabData'=>$tabData],key($selectedTab))
@break @endswitch @endforeach
@include('customer.client_management.components.stripeConnectAccount')