@extends('themes.basic.business.layouts.app') @section('container', 'dashboard-container-md') @section('title', d_trans('Settings')) @section('header_title', d_trans('Business Settings')) @section('breadcrumbs', Breadcrumbs::render('business.settings')) @section('hide_alerts', true) @section('content')

@csrf
{{ d_trans('Add relevant tags to help improve search visibility and make it easier for people to find your business quickly') }}

@csrf
{{ $currentBusiness->trans->name }}
{{ d_trans('Supported types: JPEG, JPG, and PNG. Image dimensions must 512x512 pixels and not exceed 2MB.') }}

@csrf

@csrf

@if ($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
@else

{{ d_trans('Your business domain has been verified') }}

@endif
@if (authBusinessOwner()->isSuperAdminOfCurrentBusiness())

{{ d_trans('After deleting your business, you will lose all your reviews and settings and will not be able to restore them') }}

@csrf
@endif
@push('scripts_libs') @endpush @push('scripts') @if (session('accordion_id')) @endif @endpush @endsection