@extends('layouts.admin') @section('title','Properties') @section('heading','Property marketplace') @section('content')
| Property | Provider | Purpose | Price | Status | |
|---|---|---|---|---|---|
| {{ $property->title }} {{ $property->city }} ยท {{ $property->type?->name }} | {{ $property->vendor?->name }} | {{ ucfirst($property->purpose) }} | {{ number_format((float)$property->price,2) }}/{{ $property->pricing_period }} | {{ $property->status }}@if($property->is_featured) Featured @endif | Manage |
| No properties found. | |||||