@extends('app-main') @section('title', 'Property Management | ' . $property->address) @section('description', 'Property Management | TrialTask | ' . $property->address) @section('ogimage', asset('/content/image/base/og-image.jpg') ) @section('canonical', route('properties.show', ['property' => $property->id])) @section('head') @endsection @section('content')

Property Details

{{ $property->county }}
{{ $property->country }}
{{ $property->town }}
{{ $property->description }}
{{ $property->address }}
{{ $property->address }}
{{ $property->address }}
{{ $property->latitude }}
{{ $property->longitude }}
{{ $property->num_bedrooms }}
{{ $property->num_bathrooms }}
{{ $property->price }} USD
{{ $property->property_type_id }}
{{ ucfirst(str_replace('_', ' ', $property->status)) }}
Contact Form
@if(session('success'))
{{ session('success') }}
@endif
@csrf
Back
@endsection