@if(!empty($location_category) and !empty($translation->surrounding))

{{__("What's Nearby")}}

@foreach($location_category as $category)
{{$category->location_category_translations->name??$category->name}}
@if(!empty($translation->surrounding[$category->id])) @foreach($translation->surrounding[$category->id] as $item)
{{$item['name']}} ({{$item['value']}}{{$item['type']}})
{{$item['content']}}
@endforeach @endif @endforeach
@endif