@extends('themes.basic.business.auth.layout') @section('title', d_trans('Claim Your Business')) @section('sign_size', 'sign-lg') @section('content')
{{ d_trans('To claim your business, we need to verify your domain, which will help us to know if you are the actual owner of that business.') }}
{{ d_trans('To verify your domain, follow these steps:') }}
{{ d_trans('Type:') }} TXT
{{ d_trans('Name/Host:') }} @
{{ d_trans('Value:') }} {{ $business->getDomainVerificationKey(hash_encode(authBusinessOwner()->id)) }}
{{ d_trans('Once added, click verify now to claim your business and please note that it may take a few minutes for changes to propagate.') }}