@php $first_name = explode(' ', $user->name ?? 'there')[0] ?: 'there'; $businessLabel = filled($businessName ?? null) ? $businessName : null; @endphp Your Reply.Reviews account is ready