{{ number_format($property->prix, 0, ',', ' ') }} FCFA

Caractéristiques
    @if ($property->nombre_pieces>0)
  • Pieces: {{ str_pad($property->nombre_pieces, 2, '0', STR_PAD_LEFT) }}
  • @endif @if ($property->nombre_salles_bain>0)
  • Salles de bain: {{str_pad($property->nombre_salles_bain, 2, '0', STR_PAD_LEFT)}}
  • @endif @if ($property->superficie>0)
  • Superficie: {{str_pad($property->superficie, 2, '0', STR_PAD_LEFT)}} m²
  • @endif
Adresse

{{$property->localisation}}, {{$property->departement}}

@foreach ($property->images as $image) @endforeach
Description

{!! $property->description !!}

View More
Caractéristiques
    {{--
  • ID: 2297
  • --}} @if ($property->type)
  • Type: {{$property->type}}
  • @endif @if ($property->nombre_garages)
  • Garages: {{str_pad($property->nombre_garages, 2, '0', STR_PAD_LEFT)}}
  • @endif @if ($property->nombre_pieces)
  • Pieces: {{str_pad($property->nombre_pieces, 2, '0', STR_PAD_LEFT)}}
  • @endif @if ($property->nombre_salles_bain)
  • Salles de bain: {{str_pad($property->nombre_salles_bain, 2, '0', STR_PAD_LEFT)}}
  • @endif @if ($property->superficie)
  • Superficie: {{$property->superficie}} m²
  • @endif @if ($property->annee_construction)
  • Année de construction: {{$property->annee_construction}}
  • @endif {{--
  • Superficie: {{$property->superficie}} m²
  • --}}
@if ($property->source_video)
Video
{!! $property->source_video !!}
@endif
Contactez-nous
{{--
avatar
--}}
@if (session()->has('message'))
{{ session('message') }}
@endif
{{--
Caractéristiques
ID:
#{{$property->id}}
Statut
{{$property->statut}}
Prix
{{number_format($property->prix, 0, ',', ' ')}} FCFA
Année de construction
{{$property->annee_construction}}
Type de papier
{{$property->type_papier}}
Type
{{$property->type}}
Localisation
{{$property->localisation}}
Status
{{$property->statut}}
Salles de bain
{{$property->nombre_salles_bain}}
Garage
{{$property->nombre_garages}}
--}}
Pourquoi nous choisir?
    {{--
  • Réservation sécurisée
  • --}}
  • Meilleur prix garanti
  • Processus de réservation facile
  • Support disponible 24/7
Autres propriétés disponibles
    @foreach ($otherProperties as $other_property)
  • img
      @if ($other_property->nombre_pieces)
    • Pièces: {{$other_property->nombre_pieces}}
    • @endif @if ($other_property->nombre_salles_bain)
    • Salles de bain: {{$other_property->nombre_salles_bain}}
    • @endif @if ($other_property->superficie)
    • Superficie: {{$other_property->superficie}} m²
    • @endif
    {{number_format($other_property->prix, 0, ',', ' ')}} FCFA
  • @endforeach