@php if (!empty($topic) and !empty($topic->cover)) { $coverImage = $topic->cover; } else { $coverImage = getForumsImagesSettings("create_topic_cover_image"); } @endphp