@extends('layout.layout') @section('content')
@if($errors->has('success')) @foreach ($errors->all() as $error)
@endforeach @endif @if($errors->has('error')) @foreach ($errors->all() as $error)
@endforeach @endif
@if(count($questionTest) != 0) @foreach ($questionTest as $question)

Intrebare: {{ $question->question_name }}

@endforeach @else

Momentan acest test nu are intrebari

@endif
@endsection