Ergebnis des aktuellen Votings:
@foreach($entry->options()->get() as $option)
- {{ $option->title }}: {{ $option->count }}
@endforeach
@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 }}
@foreach($entry->options()->get() as $option)
- {{ $option->title }}: {{ $option->count }}
@endforeach
@endforeach
@endif
@endsection
@section('back_button')