@section('content')

{{ $neighborhood->tagline }}

Demographics

Rental Rates

{{ $rent_percent }}% Complete (success)
${{ number_format($rent_min_price) }}
${{ number_format($neighborhood->rental) }}
${{ number_format($rent_max_price) }}

Event Tickets

{{ $ticket_percent }}% Complete (success)
${{ number_format($ticket_min_price) }}
${{ number_format($neighborhood->events) }}
${{ number_format($ticket_max_price) }}

Demographics

Total Population {{ number_format($neighborhood->population_total) }}

Male Population {{ number_format($neighborhood->population_male) }}

Female Population {{ number_format($neighborhood->population_female) }}

Median Age (years old) {{ number_format($neighborhood->age_median) }}

Average Income ${{ number_format($neighborhood->income_average) }}

Median Income ${{ number_format($neighborhood->income_median) }}

Household Income

loading...

Marital Status

loading...

Education

loading...

Crime Rate

{{ $neighborhood->crime }} / 10
0
{{ $neighborhood->crime }}
10

Vibes

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam tempus varius faucibus. Aenean suscipit faucibus tellus, eu ornare turpis iaculis posuere. Fusce fringilla dapibus risus, sed volutpat ligula auctor quis. Vivamus laoreet molestie enim non tincidunt. Mauris nec cursus odio.

@if($vibes) @foreach($vibes as $vibe)
{{ $vibe->name }}
{{ $vibe->percent }}% Complete (success)
{{ $vibe->percent }}%
@endforeach @endif
VOTE NOW

UPCOMING EVENTS

@if(! $events->isEmpty()) View All {{ $neighborhood->name }} Events » @foreach($events as $event)
{{ $event->title }}

{{ Str::limit($event->title, 40) }}

{{ date('M j - g:i A', strtotime($event->start_time)) }}
{{ Str::limit($event->place_name, 32) }}
Details
@endforeach @else No events on this neighborhood yet. @endif

LISTINGS

@if(! $rentals->isEmpty()) View All {{ $neighborhood->name }} Listings » @foreach($rentals as $rental) @endforeach @else No events on this neighborhood yet. @endif
@endsection @section('scripts') {{ HTML::script('/js/neighborhoods.js') }} {{ HTML::script('/js/plugins/jquery.easing.1.3.js') }} {{ HTML::script('/js/plugins/jquery.gallery.js') }} @endsection