{{ 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)
  • Salle d’eau: {{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
    @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)
  • Salle d'eau: {{str_pad($property->nombre_salles_bain, 2, '0', STR_PAD_LEFT)}}
  • @endif @if ($property->superficie)
  • Superficie: {{$property->superficie}} m²
  • @endif @if ($property->superficie_habitable)
  • Superficie habitable: {{$property->superficie_habitable}} m²
  • @endif @if ($property->annee_construction)
  • Année de construction: {{$property->annee_construction}}
  • @endif @if ($property->type_papier)
  • Type de papier: {{$property->type_papier}}
  • @endif @if ($property->tel_commercial)
  • Téléphone commercial: {{$property->tel_commercial}}
  • @endif
@if ($property->source_video)
Video
{!! $property->source_video !!}
@endif
Contactez-nous
{{--
avatar
--}}
@error("nom")

{{ $message }}

@enderror
@error("telephone")

{{ $message }}

@enderror
@error("email")

{{ $message }}

@enderror
@error("type_demande")

{{ $message }}

@enderror
@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}}
Salle d’eau
{{$property->nombre_salles_bain}}
Garage
{{$property->nombre_garages}}
--}}
{{--
Pourquoi nous choisir?
  • 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)
    • Salle d’eau: {{$other_property->nombre_salles_bain}}
    • @endif @if ($other_property->superficie)
    • Superficie: {{$other_property->superficie}} m²
    • @endif
    {{number_format($other_property->prix, 0, ',', ' ')}} FCFA
  • @endforeach