📅  最后修改于: 2022-03-11 14:54:00.225000             🧑  作者: Mango
#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
{{ \Illuminate\Support\Str::limit($string, 150, $end='...') }}