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

CoreLife Training

Register for {{ $course->name }}

@php $dateLabel = null; if ($course->start_date) { $dateLabel = $course->start_date->format('d M Y'); if ($course->end_date && $course->end_date->isAfter($course->start_date)) { $dateLabel .= ' – ' . $course->end_date->format('d M Y'); } } $timeLabel = null; if ($course->start_time || $course->end_time) { $timeLabel = ($course->start_time ?? ''); if ($course->end_time) { $timeLabel .= ' – ' . $course->end_time; } } @endphp @if ($dateLabel || $course->location || $timeLabel) {{ $dateLabel ?? 'Dates TBC' }} @if ($timeLabel) · {{ $timeLabel }} @endif @if ($course->location) · {{ $course->location }} @endif
@endif Complete your details below and you will be redirected @if (config('senangpay.use_open_api', true)) to SenangPay to make a secure online payment, or you may request HRD Corp processing. @else to complete your registration. @endif

Secure payment via SenangPay ({{ config('senangpay.env') === 'production' ? 'live' : 'sandbox' }})
@if ($course->poster_image) {{ $course->name }} poster @endif
@if ($course->category)

{{ $course->category }}

@endif

{{ $course->name }}

@if ($course->summary)

{{ $course->summary }}

@endif
@if ($course->start_date)

Programme dates

{{ $course->start_date->format('d M Y') }} @if ($course->end_date && $course->end_date->isAfter($course->start_date)) – {{ $course->end_date->format('d M Y') }} @endif

@endif @if ($course->location)

Venue

{{ $course->location }}

@endif

Investment

RM {{ number_format($course->price ?? 0, 2) }}

per participant

@if ($course->delivery_mode)

Delivery mode: {{ $course->delivery_mode }}

@endif @php $programme = $course->programme ?? null; @endphp @if ($programme && ! is_null($programme->cpd_points))

CPD entitlement: {{ $programme->cpd_points }} CPD point{{ $programme->cpd_points === 1 ? '' : 's' }} (subject to attendance).

@endif @if ($course->senangpay_product_code)

SenangPay product code: {{ $course->senangpay_product_code }}

@endif @if (! is_null($course->hrd_price))

HRD Corp claimable fee: RM {{ number_format($course->hrd_price, 2) }} per pax.

@endif

What happens after payment?

  • • You will receive a SenangPay receipt for the transaction.
  • • The CoreLife team will contact you with joining instructions and agenda.
  • • For HRD Corp claims, you may opt for manual HRD processing instead of online payment.
@if ($errors->any())
@endif
@csrf
Payment option

Choose whether to pay online now or request HRD Corp processing.

Company details for HRD Corp

If you choose HRD Corp, please provide your organisation details. These are optional for self-pay.

Fee per pax: RM {{ number_format($course->price ?? 0, 2) }}.

Course overview

@if ($course->summary)

{{ $course->summary }}

@else

You will see the final amount before confirming payment on SenangPay.

@endif
← Back