@extends('layouts.adminapp') @section('content') {{-- Member Show --}}
{{$Property->propertytype->title}}
{{$Property->squarefeet}}
{{$Property->address}}
{{$Property->latitude}}
{{$Property->longitude}}
@currency($Property->amount)
{{$DTs}}
{{$Property->narration}}