@extends('layouts.master') @section('content')
{{$annonce->titre}}
@foreach(images_annonce($annonce->id) as $key => $image) @endforeach

{{$annonce->titre}}

@if($annonce->prix > 0) {{$annonce->prix }} XOF @endif
{!! $annonce->description !!}
@endsection