@extends('base') @section('title', 'Tous les biens') @section('content')
| Titre | Surface | Prix | Ville | Actions |
|---|---|---|---|---|
| {{ $property->title }} | {{ $property->surface }} m² | {{ $property->getFinalPrice() }} € | {{ $property->city }} | @if($property->house) Éditer @endif @if($property->apartment) Éditer @endif @if($property->land) Éditer @endif |