@if($title)
{{$title}} @if(!empty($desc))
{{$desc}}
@endif
@endif
@if($style_list === "normal")
@foreach($rows as $row)
@include('Tour::frontend.layouts.search.loop-gird')
@endforeach
@endif @if($style_list === "carousel") @endif @if($style_list === "box_shadow")
@foreach($rows as $row)
@include('Tour::frontend.blocks.list-tour.loop-box-shadow')
@endforeach
@endif