@extends('admin.layout.master') @section('title', 'Admin Properties Management') @section('content')
| SN | Title | Owner | Address | Type | Image | Actions |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $property->title }} |
{{ $property->user->name ?? 'N/A' }}
{{ $property->user->email ?? '' }} |
{{ Str::limit($property->address, 50) }} | {{ $property->type }} |
@if ($property->image)
|
|
| No properties found. | ||||||