@php $firstName = (string) ($firstName ?? 'there'); $businessName = (string) ($businessName ?? 'your business'); $recipientName = (string) ($recipientName ?? 'a customer'); $recipientEmail = (string) ($recipientEmail ?? ''); $appointmentEndedAt = $appointmentEndedAt ?? null; $ctaUrl = (string) ($ctaUrl ?? '#'); $unsubscribeUrl = (string) ($unsubscribeUrl ?? '#'); $appUrl = rtrim((string) config('app.url'), '/'); @endphp
@include('emails.partials.reply-reviews-brand-header')