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

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

This is a reminder for you to action ticket {{ $ticket->ticket_id }} to ensure we keep the process on track.

Current Stage

{{ $ticket->pipelineStage->name }}

Please schedule the stakeholder meeting as soon as possible to ensure we keep the process on track.

Thank you for your attention to this request.

Kind regards,

SANBS Donor Relations Team

@endsection