@extends('app-main') @section('title', 'Property Management | Home | trial.com') @section('description', 'Property Management | TrialTask | Home | trial.com') @section('ogimage', asset('/content/image/base/og-image.jpg') ) @section('content')

Public Properties

@livewire('property-autocomplete') @livewire('bedroom-search') @livewire('bathroom-search') @livewire('price-search')
@if(count($data) > 0) @foreach($data as $row) @endforeach @else @endif
Image Thumbnail Property Type County, Country, Town Description Address Latitude, Longitude Bedrooms Bathrooms Price Status Action
{{ $row->address }} {{ $row->address }} {{ $row->property_type_id }} {{ $row->county }}, {{ $row->country }}, {{ $row->town }} {{ $row->description }} {{ $row->address }} {{ $row->latitude }}, {{ $row->longitude }} {{ $row->num_bedrooms }} {{ $row->num_bathrooms }} ${{ number_format($row->price, 2) }} {{ ucfirst(str_replace('_', ' ', $row->status)) }} View
No Data Found
@endsection