{{--@extends('layouts.app') @section('content')
Dashboard
@if (session('status')) @endif You are logged in!
@endsection--}} @extends('layout') @section('content')

Table de Bord

{{$total}}
Total Participants
{{$homme}}
Participants hommes
{{ $femme }}
Participants femmes
Liste des Participants
{{ csrf_field() }}
{{-- --}} @foreach($participants as $participant) {{-- --}} @endforeach
Prenom Nom Sexe age ville pays email Structure Fonctionaction
{{ $participant->prenom }} {{ $participant->nom }} {{ $participant->sexe }} {{ $participant->age }} {{ $participant->ville }} {{ $participant->pays }} {{ $participant->email }} {{ $participant->structure }} {{ $participant->fonction }}{{Carbon\Carbon::parse( $participant->created_at)->format('d-m-Y h:m:s') }} Supprimer
@endsection @section('script') @endsection