@extends('layout.emails._message-base') @section('email-content')

Dear {{ $ticket->siteContact->first_name }} {{ $ticket->siteContact->surname }},

This is a friendly reminder to complete the post-blood drive survey for ticket {{ $ticket->ticket_id }} .

Please complete the survey using the link below. Your feedback helps SANBS improve future blood drives and donor experience.

Complete Survey

One-Time PIN (OTP)

{{ $ticket->otp }}

Thank you for your continued support and participation.

Kind regards,

SANBS Donor Relations Team

@endsection