@extends('compte.layout') @section('compte')

Mes annonces ({{ $annonces->total() }})

Nouvelle
@if($annonces->isEmpty())

Aucune annonce dans cette sélection.

Déposer une annonce
@else @include('compte.partials.table-annonces', ['annonces' => $annonces])
{{ $annonces->links('partials.pagination') }}
@endif
@endsection