@extends('emails.template') @section('title', 'Payment Receipt') @section('content')
Hi {{ $payment->student->user->name }},
We are pleased to inform you that your payment of ${{ number_format($payment->amount, 2) }} {{ strtoupper($payment->currency) }} has been verified successfully.
Your enrollment has been updated accordingly. You can review your due installments and payment records inside the billing tab on your portal.
Thank you for choosing CognitiaGlobal School.
@endsection