Nos Biens Immobiliers

{{--

Il y a actuellement {{ $properties->count() }} biens.

--}}
Type de bien
  • Tous
  • Villa
  • Appartement
  • Terrain
Trier par (Default)
  • Trier par (Default)
  • Nouveautés
  • Anciens
@forelse ($biens as $bien)
@if ($bien->images->count() > 1) img @endif
  • {{$bien->type}}
  • {{$bien->statut}}
{{$bien->localisation}}
{{$bien->titre}}
    @if ($bien->nombre_pieces > 0)
  • Pieces: {{$bien->nombre_pieces}}
  • @endif @if ($bien->nombre_salles_bain > 0)
  • Salle d’eau: {{$bien->nombre_salles_bain}}
  • @endif @if ($bien->superficie > 0)
  • Superficie: {{$bien->superficie}} m2
  • @endif
{{--
avt
{{$bien->proprietaire->nom}} {{$bien->proprietaire->prenom}}
--}}
{{number_format($bien->prix, 0, ',', ' ')}} FCFA
@empty
Aucun bien trouvé pour les filtres sélectionnés
@endforelse
{{ $biens->links() }}
@foreach ($biens as $bien)
img-property
  • {{$bien->type}}
  • {{$bien->statut}}
{{$bien->titre}}
  • Pieces: {{$bien->nombre_pieces}}
  • Salle d’eau: {{$bien->nombre_salles_bain}}
  • Superficie: {{$bien->superficie}} m2
{{$bien->localisation}}

{!! Str::limit($bien->description, 100) !!}

{{--
avt
{{$bien->proprietaire->nom}} {{$bien->proprietaire->prenom}}
--}}
{{number_format($bien->prix, 0, ',', ' ')}} FCFA
@endforeach
  • 1
  • 2
  • 3
  • 4
  • ...