@extends('layouts.master') @section('content')
@lang('descriptions.monothema-quiz.approval-view')
@csrf
@php $quiz = $entry->complete_quiz(); @endphp @include ('partials.quiz_preview') @if (isset($entry->remark))
Hinweis zur Freigabe:
{{ $entry->remark }}
@endif
Ergänzende Hinweise (optional)
Ändern
@endsection @section('back_button') Zurück @endsection