Mon profile

@if(!Auth::user()->adherent) Activer compte pro @endif
avatar

{{Auth::user()->name}}

@if(!Auth::user()->adherent) Utilisateur @else Professionelle @endif

Mes annonces

@foreach(Auth::user()->annonces as $annonce)
@if(!empty($annonce->photo)) avatar @else avatar @endif

{{$annonce->title}}

{{$annonce->caption}}

Consulter
@endforeach