@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
404 - Not found
@lang('lang.stripe_products_not_found')
@lang('lang.see_documentation_for_details')
@endif @endif @if($show == 'error')
404 - Not found
{{ $message }}
@endif @if($show == 'no-products')
404 - Not found
@lang('lang.stripe_products_not_found')
@lang('lang.see_documentation_for_details')
@endif