@include('emails.invite-reply.partials.calendly-report-body', [ 'insightBg' => '#eff6ff', 'insightBorder' => '#bfdbfe', 'insightColor' => '#1e40af', 'invitesColor' => ($invitesAtLimit ?? false) ? '#dc2626' : '#111827', 'repliesColor' => ($repliesAtLimit ?? false) ? '#dc2626' : '#111827', 'repliesLabel' => 'Replies', 'invitesSub' => ($invitesLimit ?? null) ? '/ '.number_format((int) $invitesLimit).($invitesAtLimit ? ' — limit reached' : ' this month') : 'this month', 'repliesSub' => ($repliesLimit ?? null) ? '/ '.number_format((int) $repliesLimit).($repliesAtLimit ? ' — limit reached' : ' this month') : 'this month', 'deltaWeight' => '700', ])