{{ __('Location') }}

{{-- Google Maps --}} @foreach ($feature_details as $feature) @if ($feature->type == 'map') {{-- Map title --}} @if ($feature->label != null)
{{ $feature->label }}
@endif @endif @endforeach