@php $settings = $siteSettings ?? ($tenant?->siteSettings ?? null); $logoUrl = ! empty($settings?->logo) ? asset('storage/'.$settings->logo) : null; $brandName = $tenant?->name ?? config('app.name', 'Site'); $user = auth('web')->user(); @endphp @if (config('cms.offer_banner.enabled'))
{{ config('cms.offer_banner.text') }} @if (filled(config('cms.offer_banner.url'))) {{ config('cms.offer_banner.link_label') }} @endif
@endif
@auth('web') @if ($user && $user->status === 'pending' && ! request()->routeIs('customer.profile'))
Your account is not verified Please click here
@endif @endauth
Contact

Let's build your solution

Tell us what you need and our team will reach out fast.

Email
support@captchaai.com
Sales
sales@captchaai.com
Hours
24/7
Channels

Reach the right team quickly

Use the best channel for your request and get a fast response.

General Support

support@captchaai.com

Choose support for account and usage issues.

Sales Team

sales@captchaai.com

Choose sales for pricing and plan questions.

Technical Escalation

tech@captchaai.com

Choose technical for integrations and API help.

Partnership

Start a long-term partnership

Share your goals and we will propose the best service model for your team. Tell us your expected volume, integration stack, and timeline.

Onboarding Window

1-2 business days

Typical time to get started.

Coverage

24/7 global support

Support available around the clock.

Response Target

< 1 business day

Target first response time.

@php $brandName = $tenant?->name ?? config('app.name', 'Site'); @endphp