@component('telescope-toolbar::item', ['name' => 'notifications', 'link' => true]) @slot('icon') @ttIcon('notifications') {{ $entries->count() }} @endslot @slot('text')
@foreach ($entries as $entry) @endforeach
Details Channel Message
view {{ \Illuminate\Support\Str::limit($entry->content['channel'] ?: '-', 20) }} @if($entry->content['queued'])
queued @else
sync @endif
{{ \Illuminate\Support\Str::limit($entry->content['notification'] ?: '-', 70) }}
Recipient: {{ \Illuminate\Support\Str::limit($entry->content['notifiable'], 90) }}
@endslot @endcomponent