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

{{$details->address}}

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