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

Aide

@foreach($questions as $question)

{!! $question->response !!}
@endforeach
@endsection