@extends('layouts.admin') @section('title', 'Annonces') @section('page-title', 'Modération des annonces') @section('page-subtitle', 'Biens proposés et demandes clients') @section('content')
Réinitialiser

{{ $listings->total() }} annonce(s) trouvée(s)

@forelse ($listings as $listing) @empty @endforelse
Aperçu Annonce Localisation Agent Carte Actions
@if ($listing->thumbnailUrl) @else
{{ $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
@csrf @method('PATCH')
·
Aucune annonce ne correspond aux critères.
@if ($listings->hasPages())
{{ $listings->withQueryString()->links() }}
@endif @endsection