@foreach($notificationMessageList as $item)
{{ $item['document'] }}
{!! nl2br(e($item['message'])) !!}
{{ strlen($item['message']) }} {{ __('views.notification_company.characters_count') }}
{{ __('views.notification_company.client_id') }}: {{ $item['client_id_LMS'] }}
@endforeach