@component('mail::message') # Payment Receipt Hello {{ $payment->user->name }}, Thank you for enrolling in the training program: **{{ $trainingProgram->title }}**. We have successfully received your payment. @component('mail::panel') **Amount Paid:** {{ $payment->amount }} **Payment ID:** {{ $payment->id }} **Date:** {{ $payment->created_at->format('d M Y') }} @endcomponent If you have any questions, feel free to contact us. Thanks,
{{ config('app.name') }} @endcomponent