{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')

Property Info

@if($details->latitude!='' && $details->longitude!='') @php $map_url = "https://www.google.com/maps?q=$details->latitude,$details->longitude"; @endphp @else @php $map_url = "https://www.google.com/maps?q=$details->postcode"; @endphp @endif @if($details->portal==0) @php $class ='rightmove'; @endphp @else @php $class ='zoopla'; @endphp @endif @if($details->portal==0) R @else Z @endif

{{$details->address}}

@php $status_ = Helper::propertyStatus($details->house_number_id); @endphp {{$status_}}   £{{number_format($details->price)}}
Property Number: {{($details->house_number)}}
Outcode: {{($details->outcode)}}
Postcode : {{($details->postcode)}}
Type of Property : {{ucfirst($details->property_type)}}
Bedrooms : {{$details->bed_rooms}}
Fallen Through : @if($details->fallen_through==1)Yes @else No @endif
Agency : {{$details->agency_name}}
Listed Date : @if($details->listed_date){{date('d M Y',strtotime($details->listed_date))}}@else POA @endif
@endsection @section('styles') @endsection {{-- Scripts Section --}} @section('scripts')