@if (strtolower(Auth::user()->profils->profil_label) === 'ville') @include('theme.ville_sidebar') @endif @if (strtolower(Auth::user()->profils->profil_label) !== 'ville') @include('theme.annonce_sidebar') @endif