@if ($approved)
# Course approved 🎉
@if ($wasChanges)
Your changes to **{{ $courseTitle }}** have been approved and are now live on your storefront and the main marketplace.
@else
**{{ $courseTitle }}** has been approved and is now live on your storefront and the main marketplace.
@endif
@else
# Course not approved
@if ($wasChanges)
Your proposed changes to **{{ $courseTitle }}** weren't approved — your live course stays as it was. You can adjust and resubmit at any time.
@else
**{{ $courseTitle }}** wasn't approved, so it isn't live yet. You can review it, make changes and resubmit, or reply to this email if you have any questions.
@endif
@endif
View your courses
Thanks,
{{ config('app.name') }}