Files
data-collection-terminal/vendor/filament/notifications/resources/views/components/body.blade.php

6 lines
157 B
PHP

<div
{{ $attributes->class(['fi-no-notification-body overflow-hidden break-words text-sm text-gray-500 dark:text-gray-400']) }}
>
{{ $slot }}
</div>