{{-- Title --}}
{{ trans('update.course_completion') }}
{{ $course->title }}
{{-- Generated Certificates --}} {{ !empty($course->lastCertificate) ? $course->lastCertificate->id : '-' }} {{-- Last Certificate --}} @if(!empty($course->lastCertificate))
{{ dateTimeFormat($course->lastCertificate->created_at, 'j M Y H:i') }} {{ dateTimeFormat($course->lastCertificate->created_at, 'j M Y H:i', 1) }}
@else - @endif {{-- Actions --}}