@vite(['resources/css/app.css']) @php $leadId = $leadId ?? null; $pid = $previewPlaceId ?? ''; $biz = $previewBusiness ?? 'Your Business'; $customer = $previewCustomer ?? 'Guest'; $email = $previewEmail ?? ''; $prefill = [ 'pid' => $pid, 'b' => $biz, 'n' => $customer, 'e' => $email, 'p' => $previewPhone ?? '', ]; $urlBusinessLocked = $urlBusinessLocked ?? false; $trialPaymentUrl = \App\Services\SubscriptionPlanService::getReviewReplyLanderTrialPaymentUrl(); $dashboardUrl = route('dashboard', ['tab' => 'reply']); $hasEmail = ($prefill['e'] ?? '') !== ''; $initialPreparePayload = $initialPrepare ?? null; $demoReplyMode = true; $demoPlanPrice = pricing()->format('Reply', 'monthly'); $demoPlanName = pricing()->displayName('Reply'); @endphp @include('dashboard.partials.invite-reply-demo-background', [ 'demoReplyMode' => $demoReplyMode, 'demoPlanPrice' => $demoPlanPrice, 'demoPlanName' => $demoPlanName, ]) @livewire('setup-popup') @include('dashboard.partials.invite-reply-demo-background-scripts')