@extends('layouts.admin') @section('title', 'Manage Available Properties') @section('content')
Total Available
Categorized
|
|
Media | Property Details | @if(auth()->user()->role === 'admin')Listing By | @endifType/Purpose | Value | Status | Actions | |
|---|---|---|---|---|---|---|---|---|
|
|
@if($property->thumbnail)
|
{{ Str::limit($property->headline, 40) }}
{{ Str::limit($property->location, 35) }}
|
@if(auth()->user()->role === 'admin')
{{ $property->owner->name ?? 'Admin' }}
{{ strtoupper($property->owner->role ?? 'Staff') }}
|
@endif
{{ $property->marketingPurpose->name ?? 'Unset' }}
{{ $property->propertyType->name ?? 'Unset' }}
|
£{{ number_format($property->price, 0) }}
@if($property->psg_fees > 0)
+
£{{ number_format($property->psg_fees, 0) }}
@endif
|
|||
|
No available properties found. Add First Property |
||||||||