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

Dear {{ $ticket->user->name }} {{ $ticket->user->surname }},

@if (!$initial_alert)

Please be advised that tomorrow is the scheduled Pre-Drive Day for the Blood Drive Request (Ticket {{ $ticket->ticket_id }}).

The customer has rejected the proposed Blood Drive Day date.

@else

Please be aware that customer has rejected the proposed Blood Drive Day date.

@endif

❌ Reason Provided by Customer

{{ $ticket->history()->where('flag', 'customer_reject_date')->latest()->first()?->reason?->activity_reason ?? 'No reason was provided by the customer.' }}

⚠️ Action Required Today

Please review the reason above and determine whether the issue can be resolved.

If possible, update or propose a new Drive Day before end of day today.

@if (!$initial_alert)

If no action is taken, the ticket will be automatically marked as rejected in accordance with the process.

@endif

Ticket Reference:
{{ $ticket->ticket_id }}

Regards,
SANBS System Notification

@endsection