@php $count = count($banners ?? []); @endphp @if($count >= 1)
@foreach ($banners as $banner) @endforeach
@endif