@if($banners->count())
@foreach($banners as $index => $banner)
Produtos Exclusivos @if($banner->title)

{{ $banner->title }}

@endif @if($banner->subtitle)

{{ $banner->subtitle }}

@endif
@endforeach
@foreach($banners as $i => $b) @endforeach
@endif