@php $trustItems = \App\Services\TrustBarSettingsService::activeItems($homepageSettings ?? ($hp ?? [])); $colClass = $colClass ?? 'col-6 col-md-3'; @endphp @if(count($trustItems) > 0)
@foreach($trustItems as $item)
{{ $item['title'] }}
@if(!empty($item['subtitle']))
{{ $item['subtitle'] }}
@endif
@endforeach
@endif