//For Laravel 4 to Laravel 5.5 {{ str_limit($string, $limit = 150, $end = '...') }} //For Laravel 5.5 upwards {{ IlluminateSupportStr::limit($string, 150, $end='...') }}