@extends('layouts.admin') @section('title', 'Sold Properties Portfolio') @section('content')
| Listing | BMV Percentage | Created At | Actions |
|---|---|---|---|
|
{{ $property->location }}
{{ Str::limit(strip_tags($property->description), 50) }}
|
{{ $property->bmv_percentage }}% | {{ $property->created_at->format('M d, Y') }} | |
|
No properties found in portfolio.
Add First Property
|
|||