Logo
Nos radios Nos Podcasts
    • AfriCaster
    • AWR Studio AI
    • Nos Partenaires
    • AWR Summit
@if (!Auth::check()) Créer un compte Se connecter @else
avatar
  • {{ Auth::user()->name }}
  • @php $her_radio = App\Models\Radio::where('user_id', Auth::id())->first(); $has_radio = App\Models\User::with(['radios']) // relation radios() dans User ->where('id', Auth::id()) ->first(); $his_radio = $her_radio || $has_radio->radios->first(); @endphp @if (!$his_radio)
  • Ajouter ma radio
  • @elseif($his_radio && ($her_radio['validate']==1 || $has_radio['validate']==1))
  • Tableau de bord
  • @endif
  • Compléter mon profil

  • @csrf
@endif
  • Nos radios
  • Nos Podcasts
    • AfriCaster
    • Chatbot de gestion
    • Nos Partenaires
    • AWR Summit
@if (!Auth::check()) Créer un compte Se connecter @else
avatar
  • {{ Auth::user()->name }}
  • @php $has_radio = App\Models\User::with(['radios']) // relation radios() dans User ->where('id', Auth::id()) ->first(); $his_radio = $has_radio->radios->first(); @endphp @if (!$his_radio)
  • Ajouter ma radio
  • Compléter mon profil
  • @else
  • Tableau de bord
  • Compléter mon profil
  • @endif

  • @csrf
@endif