{{ $Property->propertytype->title ?? 'none' }}
@extends('layouts.adminapp') @section('title') {{ __('lng.Property') }} - {{ __('lng.View') }} @endsection @section('open_rent_asset', 'open') @section('active_rent_asset', 'active') @section('active_property', 'active') @section('content')
{{ $Property->propertytype->title ?? 'none' }}
{{ $Property->squarefeet }}
{{ $Property->address }}
{{ $Property->latitude }}
{{ $Property->longitude ?? 'none' }}
@currency($Property->amount)
@php $DTs = date("d-m-Y",strtotime($Property->amount_caliculated_date)); @endphp {{ $DTs }}
{{ $Property->narration }}