@if (config('mail.default') !== 'bagisto-dynamic-smtp')

@lang('admin::app.configuration.index.email.smtp.driver-mismatch-title')

@lang('admin::app.configuration.index.email.smtp.driver-mismatch-info', [ 'driver' => config('mail.default') ?? 'not set', ])

@endif