@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Passer Test'])
@csrf @method('POST')
{{$test->titre}}

Good luck!

    @php($i=1) @foreach ($test->questions as $question)

    1. @php($j = 1) @foreach ($question->reponses as $reponse)
    2. @php($j++) @endforeach
  • @php($i++) @endforeach
@include('js-css-help.table-style')
@endsection