@props([
'notes' => '',
])
@php
$notesDisplay = \App\Support\LeadTableNotes::forDisplay($notes);
@endphp
merge(['class' => 'w-56 min-w-[14rem] max-w-md px-2 py-1 align-top text-gray-700']) }} dir="ltr" lang="en">
@if ($notesDisplay !== '')
{{ $notesDisplay }}
@else
—
@endif
|