{{ $contacts->total() }} {{ Str::plural('résultat', $contacts->total()) }} {{ Str::plural('trouvé', $contacts->total()) }}.
@forelse($contacts as $contact) @empty @endforelse
Code gestionnaire Nom
{{ $contact->contact_id }} {{ $contact->nom }}
Aucun contact trouvé pour ce bailleur.
{{ $contacts->links() }}