@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')
| Image | Thumbnail | Property Type | County, Country, Town | Description | Address | Latitude, Longitude | Bedrooms | Bathrooms | Price | Status | Action | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
{{ $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 | |||||||||||||