{{-- Notification Template Trigger Preview --}} {{-- Used in SaveLeadStatusModal and SaveProjectStatusModal when a matching template is found --}} @if($this->has_matched_notification)

@lang('Notification templates are linked to this status. Select the template(s) you wish to send.')

{{-- ── Email ───────────────────────────────────────────────────────── --}} @if(count($matchedEmailTemplates) > 0)
@endif {{-- Divider --}} @if(count($matchedEmailTemplates) > 0 && count($matchedSmsTemplates) > 0)
@endif {{-- ── SMS ────────────────────────────────────────────────────────── --}} @if(count($matchedSmsTemplates) > 0)
{{ $this->sms_notification_count }} SMS · {{ $this->sms_notification_length }} / {{ $this->sms_notification_count * 160 }} @lang('chars')
@endif
@endif