# Beneficiary Status Update Hello, We wanted to inform you that a change has occurred with one of the beneficiaries under your supervision. The details are as follows: - **Name:** {{ $student->name }} - **ID:** {{ $student->number }} - **Action Taken:** {{ ucfirst($action) }} - **Reason for Action:** {{ $reason }} @if($student->sponsors->isNotEmpty()) Additionally, the following sponsors are associated with this beneficiary: @foreach($student->sponsors as $sponsor) - **Sponsor Name:** {{ $sponsor->name }} ({{ $sponsor->email }}) @endforeach @else No sponsors associated with this beneficiary. @endif We hope you find this information helpful and encourage you to notify the sponsors accordingly, should the need arise. Thanks,
{{ config('app.name') }}