@if ($banners->isNotEmpty())
@foreach ($banners as $banner)
{{ $banner->id }}
@endforeach
@else
@endif