@props(['banners']) @if($banners && count($banners) > 0) @foreach($banners as $index => $banner) @if($banner->boton_link && !$banner->boton_texto) @endif @if($banner->titulo || $banner->texto || $banner->boton_texto) @if($banner->titulo) {{ $banner->titulo }} @endif @if($banner->texto) {{ $banner->texto }} @endif @if($banner->boton_texto && $banner->boton_link) {{ $banner->boton_texto }} @endif @endif @endforeach @if(count($banners) > 1) @foreach($banners as $index => $banner) @endforeach @endif @endif
{{ $banner->texto }}