@extends('layouts.master') @section('content')
@lang('descriptions.monothema-detailed-voting.crud')
@csrf
@php $options = $entry ->options() ->orderBy('id') ->get(); @endphp @for ($i = 0; $i < count($options); $i++) @if ($options[$i]->title !== '') @php $preview = asset('images/previews/DETAILED_VOTING_' . $entry->id . '_OPTION_' . ($i + 1) . '_preview.png'); @endphp
@endif @endfor
<< Prev
Next >>
@if (isset($entry->remark))
Hinweis zur Freigabe:
{{ $entry->remark }}
@endif
Ergänzende Hinweise (optional)
Ändern
@endsection @section('back_button') Zurück @endsection