@section('content')

Neighborhoods Manager

@if($neighborhoods) @foreach($neighborhoods as $neighborhood) @endforeach @else @endif
ID Neighborhood City Status Latitude Longitude Last Updated Actions
{{ $neighborhood->neighborhood_id }} {{ $neighborhood->name }} {{ $neighborhood->city->title }} @if($neighborhood->is_active==1) Active @else Disabled @endif {{ $neighborhood->lat }} {{ $neighborhood->lng }} {{ date('m/d/y H:i',strtotime($neighborhood->updated_at)) }} Edit Gallery ({{ $neighborhood->gallery->count() }})
No neighborhoods yet.
@endsection