{!! @clean($title) !!}

{{ $sub_title }}
@if($location_style == 'autocomplete') @php $location_name = ""; $list_json = []; $location_id = request()->get('location'); $traverse = function ($locations, $prefix = '') use (&$traverse, &$list_json, &$location_name, $location_id) { foreach ($locations as $location) { $translate = $location->translateOrOrigin(app()->getLocale()); if ($location_id == $location->id) { $location_name = $translate->name; } $list_json[] = [ 'id' => $location->id, 'title' => $prefix.' '.$translate->name, ]; $traverse($location->children, $prefix.'-'); } }; $traverse($list_locations); @endphp
@else
@endif
@if(!empty($banner_image))
@endif
@if(!empty($style_5_banner_image_2))
@endif @if(!empty($style_5_banner_image_3))
@endif
@if(!empty($style_5_list_images)) @foreach($style_5_list_images as $key => $val) @if($key == 0 && !empty($val['image_id']))
@if(!empty($val['url'])) @endif @if(!empty($val['url'])) @endif
@endif @if($key == 1 && !empty($val['image_id']))
@if(!empty($val['url'])) @endif @if(!empty($val['url'])) @endif
@endif @endforeach @endif