{{(isset($widget_title) && !empty($widget_title)) ? $widget_title : $title }}
@if ($companyUpdateData->isNotEmpty())
    @php $colorIndex = 0; @endphp @foreach ($companyUpdateData as $item)
  • @php $bgColor = ($colorIndex % 2 == 0) ? 'bg-light-success' : 'bg-light-warning'; @endphp @if ($item['type'] === 'note' && !empty($item['attachment'])) @else
    {!! nl2br(e($item['text'])) !!}
    @endif @php $colorIndex++; @endphp
  • @endforeach
@else

No company updates.

@endif