@props([ 'fullName' => '', 'limit' => 72, ]) @php $fullDecoded = \App\Support\HtmlDisplay::plainTextDecoded($fullName ?? ''); $short = \Illuminate\Support\Str::limit($fullDecoded, $limit, '...'); @endphp {{ display_text($short) }}