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

{{$details->address}}

@php $status_ = Helper::propertyStatus($details->house_number_id); @endphp {{$status_}}   {{number_format($propert_id)}}
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

Street View

{{csrf_field()}}
@if($details->archive!=1) @endif
@endsection {{-- Scripts Section --}} @section('scripts') @endsection