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

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

I'm pleased to inform you that your blood drive request ticket {{ $ticket->ticket_id }} has now been assigned to me.

I will be assisting you throughout the assessment process and contact you shortly regarding the next steps. In the meantime, you may monitor your request progress through the SANBS customer portal.

Portal Access Details

Portal Link

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

One-Time PIN

{{ $ticket->otp }}

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

We look forward to partnering with you to make this blood drive a success.

Best regards,

{{ $ticket->user->name.' '.$ticket->user->surname }}

Donor Relations Practitioner

South African National Blood Service (SANBS)

Phone

{{ $ticket->user->phone }}

Email

{{ $ticket->user->email }}

Branch

{{ $ticket->siteContact->branch->name }}

Thank you for partnering with SANBS to help save lives through blood donation.

@endsection