@extends('layout.dashboard.master') @section('content') @php $confirmedDate = $ticket->events()->where('is_assessment_event', 0)->first()?->start_time; @endphp
SANBS
Blood Drive

Blood Drive Date Confirmed

The blood drive date has been formally confirmed. The designated DRP will now proceed with all outstanding tasks and coordination required to move this ticket into the planning phase.

Confirmed Date

{{ $confirmedDate ? \Carbon\Carbon::parse($confirmedDate)->format('jS M Y') : 'To be scheduled' }}

Your DRP will be in touch as planning progresses. No further action is needed from you right now.
@endsection