#1537

Dear Najeem

Please put function at app/helpers.php

function make_slug($string) {
    return preg_replace('/\s+/u', '-', trim($string));
}

Instead of str_slug, use above function make_slug()

Hopefully it will help you

Best regards