{{-- Newsletter signup (SOW 15). Honeypot + timestamp guard the endpoint. --}}
@csrf
@include('public.partials.honeypot', ['formId' => 'newsletter']) @error('email')

{{ $message }}

@enderror @if (session('success'))

{{ session('success') }}

@endif