I have tested this on laravel 7, 8 & 9.
example:
{{ Illuminate\Support\Str::limit($variable, 50, $end='...') }}
{{ Illuminate\Support\Str::limit($client->description, 50, $end='...') }}
I have tested this on laravel 7, 8 & 9.
example:
{{ Illuminate\Support\Str::limit($variable, 50, $end='...') }}
{{ Illuminate\Support\Str::limit($client->description, 50, $end='...') }}