{{ $mainTitle ?? ($titleParts[0]['title'] ?? '') }}
@if ($hasMainTitle)
{{ $mainTitle }}
@endif
@if (isset($titleParts)) @foreach ($titleParts as $item) {!! $item['title'] !!} {{-- {!! $breakLine == $loop->iteration ? '
' : '' !!} --}} @endforeach @elseif(isset($title)) @foreach ($title as $item) {!! $item['text'] !!} @endforeach @endif
{!! $desc !!}
@if (isset($listItems) && !empty($listItems))
@foreach ($listItems as $item)
rectangle icon
{{ $item['title'] }}
@endforeach
@endif @if (isset($hasButton) && $hasButton)
@include('components.button', [ 'text' => $text ?? __('messages.READ_MORE'), 'TextDark' => $TextDark ?? true, 'BgDark' => $BgDark ?? true, 'hasText' => $hasText ?? true, 'hasBg' => $hasBg ?? true, 'link' => $link ?? 'null', ])
@endif