@extends('layouts.admin') @section('title', 'Annonces') @section('page-title', 'Modération des annonces') @section('page-subtitle', 'Biens proposés et demandes clients') @section('content')
{{ $listings->total() }} annonce(s) trouvée(s)
| Aperçu | Annonce | Localisation | Agent | Carte | Actions |
|---|---|---|---|---|---|
|
@if ($listing->thumbnailUrl)
{{ $listing->kind === 'proposal' ? 'Bien' : 'Dem.' }}
@endif
|
{{ $listing->title }}
@if ($listing->subtitle)
{{ $listing->subtitle }} @endif{{ $listing->transactionLabel ?? '—' }} {{ $listing->amountLabel ?? '—' }} |
@if (count($listing->breadcrumb) > 0) @else — @endif |
@if ($listing->agent)
{{ $listing->agent->name }}
{{ $listing->agent->account_type?->value ?? '—' }} @else — @endif |
@if ($listing->isVisibleOnMap) Actif sur la carte @else Masqué @endif | · |
| Aucune annonce ne correspond aux critères. | |||||