@extends('layouts.theme1') @section('title', 'Dashboard') @section('style') @endsection @section('content')
Libelle: {{ $question->libelle }}
No image available.
@endif| ID | Libelle | Description | Est-ce la bonne réponse | Actions |
|---|---|---|---|---|
| {{ $answer->id }} | {{ $answer->libelle }} | {{ $answer->description }} | {{ $answer->isRightAnswer ? 'Yes' : 'No' }} | Edit |