In version 5.8+ str helpers got removed you must use Illuminate\Support\Str::limit($string) instead Try this one: {{ \Illuminate\Support\Str::limit($product, 500, '...') }}More information: https://stackoverflow.com/questions/59641254/call-to-undefined-function-str-limit