@extends('layouts.master') @section('content')
@lang('descriptions.monothema.list')
@foreach ($entries as $entry) @if (strpos(get_class($entry), "Voting") !== false && in_array($entry->approval_request()->status, [1, 2]))
Ergebnis des aktuellen Votings:
@endif @endforeach

Warning: Undefined variable $entries in C:\Apache24_x64\htdocs\origin_cms\resources\views\general\monothema.blade.php on line 151

Warning: foreach() argument must be of type array|object, null given in C:\Apache24_x64\htdocs\origin_cms\resources\views\general\monothema.blade.php on line 151
@if (count($list) > 0)
Es kann nur ein Aktionsmodul aktiviert sein. Um ein neues zu aktivieren, löschen Sie das aktivierte Modul:
@include('partials.list', $list) @endif @if (count($archived) > 0)
Archivierte Ergebnisse:
@foreach ($archived as $entry)
{{ $entry->title }}
löschen
    @foreach($entry->options()->get() as $option)
  • {{ $option->title }}: {{ $option->count }}
  • @endforeach
@endforeach @endif
@endsection @section('back_button') Zurück @endsection