@vite(['resources/css/app.css', 'resources/js/app.js'])

Payment successful

Thank you, {{ $registration->name }}. Your payment for {{ $registration->course->name }} has been recorded.

Order ID: {{ $registration->order_id }}

Transaction ID: {{ $registration->senangpay_transaction_id }}

Amount: RM {{ number_format($registration->amount, 2) }}

@php $course = $registration->course; @endphp @if ($course && $course->webinar_link)

Join the webinar

Since this is an online session, you can join using the link below. A copy of this link will also be emailed to you.

Open webinar link

{{ $course->webinar_link }}

@if ($course->webinar_join_instructions)
{!! nl2br(e($course->webinar_join_instructions)) !!}
@endif
@else

You will receive further details about the programme and logistics from the CoreLife team.

@endif
Back to training programmes Go to CoreLife homepage