@if ($bien->images()->count() < 2)
@foreach ($bien->images() as $name => $imagePath)
Image: {{$name}}
@endforeach
fp3.jpg
fp4.jpg
@else
@foreach ($bien->images() as $name => $imagePath)
Image: {{$name}}
@endforeach
@endif
{{ number_format($bien->prix, thousands_separator: ' ') }} {{$bien->devise}}/mo {{--{{ $bien->prix }} F CFA/mo--}}

{{ $bien->typebien->libelle}}

{{ Str::limit($bien->titre, 25, '...') }}

{{Str::limit($bien->adresse, 40, '...') }}

    {{--
  • {{$bien->caracteristiques}}: 4
  • --}}
    • Chambres: {{$bien->nchambre}}
    • Surface: {{$bien->surface}} m²
    • {{--
    • Quartier: {{$bien->quartier->designation}}
    • --}}
    @auth @if ($bien->caracteristiques->count() > 0)
  • Options: @foreach ($bien->caracteristiques->slice(0, 4) as $caracteristique) {{$caracteristique->libelle}}, @endforeach
  • @else
  • Options: Aucune
  • @endif @endauth