{{--
{{$title}}
@if(!empty($desc))
{{$desc}}
@endif @if(!empty($rows))
--}}
{{-- @foreach($rows as $key=>$row)
@include('Location::frontend.blocks.list-locations.loop')
@endforeach
{{--
@endif
--}}

{{$title}}

@if(!empty($desc))

{{$desc}}

@endif
@if(!empty($rows)) @php $cards = $rows; // Assuming you have a Card model @endphp @endif