@extends('layouts.adminapp') @section('content') {{-- Member Show --}}

{{$Property->title}}

{{-- Back --}}

{{$Property->propertytype->title}}

{{$Property->squarefeet}}

{{$Property->address}}

{{$Property->latitude}}

{{$Property->longitude}}

@currency($Property->amount)

@php $DTs = date("d-m-Y",strtotime($Property->amount_caliculated_date)); @endphp

{{$DTs}}

{{$Property->narration}}

@endsection