#insert this line in blade.php it will truncate your string
#first parameter accept the string to be truncate
#second parameter accept the lenght
$third accept waht should print after the truncate string
{{ IlluminateSupportStr::limit($string, 150, $end='...') }}