@php /** @var \App\Models\CorelifeProgramme|null $programme */ $programme = $programme ?? null; @endphp

If left blank, it will be generated from the programme name.

Upload a JPEG/PNG/WebP poster. The file will be stored under public/ctcimg and the relative path saved to this programme.

@if (!empty($programme?->poster_image))

Current poster: {{ $programme->poster_image }}

@endif

Use a path relative to the public folder. Example: ctcimg/CI-Workshop-Poster.jpg.

Total CPD points awarded per participant for this programme. All runs inherit this value.

Lower numbers appear first in the list.