@extends('email-layout') @section('content')

Hi {{ $email_data['full_name'] }},

{{ $email_data['message'] }}

Comment: {{ $email_data['comment'] }}

Threat ID: {{ $email_data['record_id'] }}

{{-- CTA Button --}} @if (!empty($email_data['threat_link']))

View Threat

@endif

If you have any questions, feel free to reach out to our support team.

@endsection