@extends('app-main') @section('title', 'Property Management | Properties | trial.com') @section('description', 'Property Management | TrialTask | Properties | trial.com') @section('ogimage', asset('/content/image/base/og-image.jpg') ) @section('content') @if($message = Session::get('success'))
| Image | Thumbnail | Property Type | County, Country, Town | {{--Country | Town | --}}Description | Address | Latitude, Longitude | {{--Longitude | --}}Bedrooms | Bathrooms | Price | Status | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
{{ $row->property_type_id }} | {{ $row->county }}, {{ $row->country }}, {{ $row->town }} | {{--{{ $row->country }} | {{ $row->town }} | --}}{{ $row->description }} | {{ $row->address }} | {{ $row->latitude }}, {{ $row->longitude }} | {{--{{ $row->longitude }} | --}}{{ $row->num_bedrooms }} | {{ $row->num_bathrooms }} | ${{ number_format($row->price, 2) }} | {{ ucfirst(str_replace('_', ' ', $row->status)) }} | |
| No Data Found | ||||||||||||||