# Course approval needed
@if ($isNew)
A new course has been submitted and needs your approval before it can go live.
@else
Changes to a live course need your approval before they go live.
@endif
**Course:** {{ $courseTitle }}
**Company:** {{ $companyName ?: '—' }}
**Type:** {{ $isNew ? 'New course' : 'Edit to an approved course' }}
@if (! $isNew && ! empty($changedFields))
**Changed fields:** {{ implode(', ', $changedFields) }}
@endif
Review in admin
Approve or reject it on the Courses page in the admin area.
Thanks,
{{ config('app.name') }}