@extends('layouts.admin') @section('title', 'Agent Properties') @section('content')
Total Agent Posts
| Thumbnail | Headline & Location | Posted By Agent | Purpose | Type | Price | Status | Actions |
|---|---|---|---|---|---|---|---|
|
@if($property->thumbnail)
|
{{ $property->headline }}
{{ $property->location }}
|
{{ $property->owner->name ?? 'Unknown Agent' }}
{{ $property->owner->email ?? '' }}
|
{{ $property->marketingPurpose->name ?? 'N/A' }} | {{ $property->propertyType->name ?? 'N/A' }} |
£{{ number_format($property->price, 2) }}
|
||
|
No agent properties found. |
|||||||