@php $lastCertificate = $course->certificates->first(); // OrderBy created_at desc in Controller @endphp {{-- Title --}}
{{ trans('update.course_completion') }}
{{ $course->title }}
{{-- Generated Certificates --}} {{ $course->certificates->count() }} {{-- Last Certificate --}} @if(!empty($lastCertificate))
{{ dateTimeFormat($lastCertificate->created_at, 'j M Y H:i') }} {{ dateTimeFormat($lastCertificate->created_at, 'j M Y H:i', 1) }}
@else - @endif {{-- Actions --}}