@extends('layouts.master') @section('content')
@foreach($annonce as $annonces)

{{$annonces->titre}}

@if($annonces->prix == 0)
@else
{{$annonces->prix }} XOF
@endif
@endforeach
{{ $annonce->links() }}
@endsection