@php $tooltip = ''; if (strlen (strip_tags($title)) > 15) { $tooltip = 'title="' . strip_tags($title) . '"'; } @endphp @if($hasChild)
{!! $title !!} @if($badges->count() > 0) @foreach($badges as $badge) {!! $badge->render() !!} @endforeach @endif