@section('content')

{{ $rental->fullAddress() }}

@include('partials.breadcrumbs')
@if($rental->pictures->count()>0) @if($rental->pictures->count()>1) @endif @else
@endif
DESCRIPTION
{{ $rental->title }}

{{ $rental->description }}

{{ $rental->address }}, {{ $rental->neighborhood->name }}

Price:
${{ number_format($rental->price) }}
Property type:
{{ $rental->property_type }}
Bedrooms:
{{ $rental->bedroom() }}
Bathrooms:
{{ $rental->bathroom() }}
Available:
{{ is_null($rental->available_from) ? 'Immediately' : $rental->available_from }}
Listing type:
{{ $rental->listing_type == 'nofee' ? 'No Fee' : 'Fee' }}
Amenities:
{{ $rental->features }}
    @if($rental->utilities!='')
  • Utilities Included: {{ $rental->utilities }}
  • @endif @if($rental->pets!='')
  • Pets: {{ \Config::get('site.pets.'.$rental->pets) }}
  • @endif


LISTING AGENT

{{ $rental->broker->fullname }}

@if($rental->broker->phone!='' && $rental->broker->cell!=$rental->broker->phone)P: {{ $rental->broker->phone }}
@else P: {{ $rental->broker->brokerage->phone }}
@endif M: {{ $rental->broker->cell }}
My Listings Email Me
Experience:
5 years
Closign Rate:
70%
Reviews:
156
Neighborhoods:
Harlem, Inwood

  • @if($is_saved === true) @else @endif
@endsection @section('scripts') {{ HTML::script('/js/apartments.js') }} @endsection