@extends('layouts.master') @section('location') @stop @section('pre-content') @if('map' == $view_type)
@if($search_page) @include('textsearch') @else @include('results-title') @endif
@endif @stop @section('content') @if('list' == $view_type)
@if($search_page) @include('textsearch') @else @include('results-title') @endif @include('pagination')
@endif
@if('map' == $view_type)

Updating Results

No Results Found

Try increasing your search radius, or edit your search to try again.

@else

Updating Results

No Results Found

Try increasing your search radius, or edit your search to try again.

@endif
@if('list' == $view_type) @endif @stop