@extends('layouts.master') @section('content')
@lang('descriptions.monothema-quiz.templates')
@foreach ($templates as $template)
@php $params = "?template_id=".$template['id']; @endphp Auswählen
{{ $template['title'] }}
@endforeach
@endsection @section('back_button') Zurück @endsection