@if (!View::hasSection('hide_alerts')) @if (!$currentBusiness->hasDataCompleted())

{{ d_trans('Complete your business details') }}

{{ d_trans('Add your business details to help potential customers find you more easily and build trust in your brand.') }}

{{ d_trans('Complete Details') }}
@endif @if (config('settings.business.actions.domain_verification_required') && $currentBusiness->isUnverified())

{{ d_trans('Verify your domain ownership') }}

{{ d_trans('Verifying your domain helps build trust and ensures your business appears more credible to visitors.') }}

{{ d_trans('To verify your domain, follow these steps:') }}

  • {{ d_trans('Go to your domain DNS settings.') }}
  • {{ d_trans('Add a new TXT record with the following details:') }}

{{ d_trans('Type:') }} TXT

{{ d_trans('Name/Host:') }} @

{{ d_trans('Value:') }} {{ $currentBusiness->getDomainVerificationKey() }}

{{ d_trans('Once added, click verify now to check and please note that it may take a few minutes for changes to propagate') }}

@csrf
@if (config('settings.actions.contact_page') && config('settings.general.contact_email')) @endif
@endif @if (config('settings.kyc.actions.status') && config('settings.business.actions.owners_kyc_required') && !authBusinessOwner()->hasKycVerified()) @include('themes.basic.partials.kyc-alerts', [ 'kyc_guard' => authBusinessOwner(), 'kyc_url' => route('business.account.settings.kyc'), ]) @endif @endif