@lang('form.stripe_checkout')

@php if($errors->has('settings.stripe_label')) { echo $errors->first('settings.stripe_label') ; } @endphp
@php if($errors->has('settings.stripe_api_secret_key')) { echo $errors->first('settings.stripe_api_secret_key') ; } @endphp
@php if($errors->has('settings.stripe_api_publishable_key')) { echo $errors->first('settings.stripe_api_publishable_key') ; } @endphp