@if(!empty($title))

{{$title}}

@endif @if(!empty($list_location))
@foreach($list_location as $k => $list)
@foreach($rows as $row) @if($list->id == $row->location_id)
@include(ucfirst($row->type)."::frontend.layouts.search.loop-grid")
@endif @endforeach
@endforeach
@endif