{{ csrf_field() }}
Votre Nom
Votre Prenom
Votre email
{{-- @foreach ( $questions as $question )
N°{{ $question->id }}) {{ $question->intitule }}
Faites un choix
0
1
2
3
@endforeach --}}
@foreach ($categories as $categorie )
NB: 3 = Toujours vrai / 2 = Souvent vrai / 1 = Parfois vrai / 0 = Jamais vrai
{{ $categorie->nomc }}
@foreach ( $questions as $question ) @if($question->categorie_id==$categorie->id)
N°{{ $question->id }}) {{ $question->intitule }}
Faites un choix
0
1
2
3
@endif @endforeach
@endforeach
Valider