| Oggetto | Messaggio | Caratteri | Data Creazione | ... |
|---|---|---|---|---|
| {{$record->name}} | {{ Str::limit($record->content, 50) }} | @php $length = strlen($record->content); $badgeClass = $length > 160 ? 'bg-danger' : ($length > 140 ? 'bg-warning' : 'bg-success'); @endphp {{ $length }}/160 | {{ $record->created_at->format('d/m/Y H:i') }} |