@component('mail::message') # New Sponsorship Notification Dear {{ $sponsorship->sponsor->name }}, We are pleased to inform you that a new sponsorship has been successfully attached to your account. Below are the details of the sponsorship: **Beneficiary:** {{ $sponsorship->student->name }} **Sponsorship Start Date:** {{ $sponsorship->sponsorship_date }} **Amount:** ${{ number_format($sponsorship->amount, 2) }} **Duration:** {{ $sponsorship->duration_in_months }} months **Frequency:** {{ ucfirst($sponsorship->frequency) }} Thank you for your generous support and for making a difference in the life of a student. Best regards, {{ config('app.name') }} @endcomponent