{{ config('plumbing.phone_display', '(555) 000-1234') }}
{{-- ── Success Card ───────────────────────────────────────────── --}}
βœ“

Request Confirmed!

Your plumbing service request has been received and is being processed.

REF# {{ strtoupper($request->reference_number ?? 'PF-' . str_pad($request->id ?? 0, 6, '0', STR_PAD_LEFT)) }}
{{-- Summary Grid --}}
{{ $request->first_name }} {{ $request->last_name }}
{{ $request->phone }}
{{ ucwords(str_replace('_', ' ', $request->service_type)) }}
{{ ucwords(str_replace('_', ' ', $request->urgency)) }}
{{ $request->city }}, {{ $request->zip_code }}
@if($request->preferred_date) {{ \Carbon\Carbon::parse($request->preferred_date)->format('M j, Y') }} @if($request->preferred_time) Β· {{ ucfirst($request->preferred_time) }} @endif @else Flexible / As soon as possible @endif
{{-- AI call notice --}} @if($request->ai_callback)
πŸ€–

{{ config('plumbing.agent_name', 'Alex') }} Is Calling You Now @if(isset($synthflowStatus) && $synthflowStatus === 'queued') QUEUED @elseif(isset($synthflowStatus) && $synthflowStatus === 'failed') RETRY PENDING @endif

Our AI receptionist is placing a call to {{ $request->phone }}. Please answer β€” {{ config('plumbing.agent_name', 'Alex') }} will confirm your appointment, answer any questions, and make sure a technician is on the way.

Estimated call within 1–3 minutes of submission

@else
πŸ“ž

We'll Call You Shortly

A team member will call {{ $request->phone }} within the next 30–60 minutes during business hours to confirm your request. {{ config('plumbing.hours', 'Mon–Fri 8am–6pm') }}.

@endif {{-- What happens next --}}

What Happens Next

AI Call β€” {{ config('plumbing.agent_name', 'Alex') }} calls to confirm details and answer questions
Technician Match β€” We assign the best-qualified plumber for your job
SMS Confirmation β€” You'll receive a text with technician name, ETA, and a tracking link
Service Complete β€” Technician arrives, provides upfront quote, performs the work
{{-- Actions --}}
{{-- /success-body --}}
{{-- /success-card --}}

A confirmation email was sent to {{ $request->email ?? 'your email address' }}