@if($show == 'form')
@if(count($products ?? []) > 0)
{{ cleanLang(__('lang.stripe_products_info')) }}
@if(config('visibility.subscription_modal_client_project_fields'))
@endif
@if(config('visibility.expense_modal_clients_projects'))
@endif
@else
@endif
@endif
@if($show == 'error')
{{ $message }}
@endif
@if($show == 'no-products')
@endif