{{ __($banner->title) }}
@php $words = explode(' ', trim(__($banner->sub_title))); $firstThree = implode(' ', array_slice($words, 0, 3)); $remaining = implode(' ', array_slice($words, 3)); @endphp

{{-- Red part --}} {{ $firstThree }} {{-- Black part --}} @if ($remaining) {{ $remaining }} @endif

{{ __($banner->description) }}

{{ __($banner->address) }}
@foreach ($bannerPaths ?? [] as $img)
@endforeach