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

New blood drive ticket assigned to @if ($type === 'drp') you! @else {{ $ticket->user->name }} {{ $ticket->user->surname }} @endif

A potential site contact has submitted a Blood Drive Request, generating ticket {{ $ticket->ticket_id }} now in Registration status within the tracking process.

1

Registration

2

Assessment

3

Approval

4

Planning

5

Blood Drive Day

6

Post Blood
Drive Review

Ticket Summary

Site Contact

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

Ticket Dashboard

{{ route('support.tickets.show', $ticket->id) }}
@if ($type === 'drp')

ACTION REQUIRED

Please review the assigned ticket and activate the acknowledgement task to continue the workflow process.

Please acknowledge the ticket within 48 working hours .

Thank you for helping us save lives.

@endif
@endsection