@extends('layouts.master') @section('content')
@lang('descriptions.monothema-detailed-voting.templates')
@csrf
@if (count($sub_category_list) > 1)
@endif
@foreach ($templates as $template)
@php $params = '?template_id=' . $template['id']; $params .= '&template_name=' . $template['name']; $params .= '&category_id=' . $main_category; if (count($sub_category_list) > 1) { $params .= '&sub_category_id=' . $sub_category; } @endphp Auswählen
{{ $template['description'] }}
@endforeach
@endsection @section('back_button') Zurück @endsection