@extends('layout') @section('title') {{ $personne->prenom }} {{ $personne->nom }} @endsection @section('css') @endsection @section('content')

{{ $personne->prenom }} {{ $personne->nom }}

@foreach ($tab as $ta)

{{ $ta->pourcentage }}%

{{ $ta->nomc }}

{{-- Projets en cours --}}
@endforeach
@if ($message = Session::get('success'))

{{ $message }}

@endif @if ($message = Session::get('error'))

{{ $message }}

@endif
Statistique
Statistique
Nom: {{ $personne->prenom }} {{ $personne->nom }} , Email: {{ $personne->email }}
@foreach ($personne->reponses as $reponse) @if ( $loop->iteration %3==0) @endif @endforeach
id Question Reponse
{{ $reponse->question_id }} {{ $reponse->question->intitule }} {{ $reponse->reponse }}
@endsection @section('script') {{-- script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.5.0/chart.min.js" integrity="sha512-asxKqQghC1oBShyhiBwA+YgotaSYKxGP1rcSYTDrB0U6DxwlJjU59B67U8+5/++uFjcuVM8Hh5cokLjZlhm3Vg==" crossorigin="anonymous" referrerpolicy="no-referrer"> --}} @endsection