@extends('layouts.index') @section('content')

Tableau de bord

@if ($message = Session::get('success'))
{{ $message }}
@endif
TOTAL ENREEGISTRES
{{ $totalNEW }}
TOTAL ANNULEES
{{ $totalENC }}
TOTAL CORRIGES
{{ $totalEND }}
LISTE DES INSCRITS
@foreach($listdemandes as $demande) @endforeach
# CNI PERMIS NOM PRENOM ACTION
{{ $demande->id }} {{ $demande->CNI }} {{ $demande->permis}} {{ $demande->nom }} {{ $demande->prenom }} {{-- Modal POUR CONSULTER --}}
@csrf {{--@method('PUT')--}}
{{-- Modal POUR CONSULTER--}} {{-- Modal POUR EDITER --}}
@csrf {{--@method('PUT')--}}
{{-- Modal POUR EDITER--}} {{-- Modal POUR MESSAGE --}}
@csrf {{--@method('PUT')--}}
{{-- Modal POUR MESSAGE--}}
@endsection