@php $resolvedGate = array_merge( ['plan' => 'starter', 'expired' => false], is_array($resolvedGate ?? null) ? $resolvedGate : [] ); $isGated = $isGated ?? false; $logoUrl = $logoUrl ?? asset('img/yourlogo.png'); $landerUrl = $landerUrl ?? '#'; $audioSrc = $audioSrc ?? asset('audio/defaultInstructions.mp3'); @endphp
@csrf

{{ $business->name }} {{ $isOwner ? '(you own this business)' : '(you manage this business)' }}

@if ($showGoogleReconnectBanner ?? false)

Action needed: reconnect Google

{{ $googleReconnectMessage ?: 'To enable Google Business features, reconnect your Google account and accept the requested business permissions.' }}

@endif {{-- Section headers --}}

Customer Experience Setup

Auto Invite & Reply Setup

{{-- Column 1: Email & Invite Lander Settings --}}
{{-- Custom Styled Logo Upload Input --}}
Choose file
No file chosen
@error('qr_logo')
{{ $message }}
@enderror
{{-- QR Code Section --}}
SCAN FOR FEEDBACK
Lander Preview
{{-- Column 2: Reply Reviews Settings --}}
@if($autoReplyLastError || $isGated)

@if($autoReplyLastError) {{ $autoReplyLastError }} @endif @if($isGated) Upgrade your plan to enable auto-reply. @endif

@endif
{{-- Footer: Users Link and Save Button --}}
@if ($isOwner) @else @endif
@if ($showEmailPreview) @endif {{-- AI Reply to Google Reviews Modal --}}
{{-- Modal header --}}

AI Reply to Google Reviews ({{ $business->name ?? 'Business' }})

@include('livewire.business.partials.modal-automation-toolbar')
{{-- Review Display Card --}}
{{-- No Reviews Message --}}

No Google Reviews

This business doesn't have any Google reviews yet.

Reviews will appear here once customers leave feedback on Google.

{{-- Existing Reply Section --}}
{{ $business->name ?? 'Business' }}

{{-- AI Reply Section --}}

Existing Google reply loaded. Any changes below will replace the published reply when you re-post.

{{-- Footer with Post Button --}}
Shortcut: Ctrl + Enter to post ← → Arrow keys to navigate