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

Dear {{ $ticket->siteContact->first_name.' '.$ticket->siteContact->last_name }},

Thank you for submitting your Blood Drive Request. Your request has been successfully registered in our system and assigned ticket {{ $ticket->ticket_id }} .

1

Registration

2

Assessment

3

Approval

4

Planning

5

Blood Drive Day

6

Post Blood
Drive Review

Ticket Details

Ticket ID

{{ $ticket->ticket_id }}

Current Status

Registered

Portal Access

{{ route('customer.ticket', $ticket->id) }}

One-Time PIN

{{$ticket->otp}}

Use this PIN to securely access and monitor your request progress.

You can use the customer portal to:

  • Track request progress in real time
  • Upload supporting documents
  • Receive updates and notifications
  • Communicate with the SANBS support team

A Donor Relations Practitioner will contact you within 48 working hours regarding the next steps of your request.

Kind regards,

South African National Blood Service (SANBS)

@endsection