@extends('templates.frontend') {{-- TODO: extract the map and common functionality to non themed partial --}} @section('includes') @stop @section('style') @stop @section('content')
Toggle Search Filters

Search

@foreach($taxonomy_names as $taxonomy) @if(isset($taxonomies[$taxonomy]))

{{ $taxonomy }}

@foreach($taxonomies[$taxonomy] as $tag)
@endforeach @endif @endforeach
@foreach($taxonomy_names as $taxonomy) @endforeach
Image Location{{ $taxonomy }}
@stop @push('scripts') @endpush