@extends('layouts.admin') @section('title', 'Dashboard') @section('link', 'dashboard') @section('content')

Tableau de Bord

Emissions 50
Live 6
Grille TV 7
Inscrits 8
Liste des candidats bénévoles
@if( $benevole->isNotEmpty() ) @foreach( $benevole as $b ) @endforeach
Nom Prénom(s) Email Numéro WhatsApp Raisons Domaines Oridinateur Action
{{ $i++ }} {{ $b->nom }} {{ $b->prenom }} {{ $b->email }} {{ $b->numero_whatsapp }} {{ $b->raisons }} {{ $b->domaines }} {{ $b->ordinateur }}
@else

Pas de bénévole disponible en ce moment!

@endif
@endsection @section('js') @endsection @section('js_dashboard') @endsection