@php use Illuminate\Support\Arr; @endphp @if(isset($banners) && count($banners))
@foreach($banners as $banner) @if($banner->isActive())
{{ $banner->title }}

{{ $banner->title }}

@if($banner->categories && $banner->categories->count())

@foreach($banner->categories as $cat) {{ $cat->title }} @endforeach

@endif
@endif @endforeach
@endif