@extends('layout.manage') @section('css_page_level') @endsection @section('page-content-wrapper')

@inject('setting','anlutro\LaravelSettings\Facade') {{ $setting::get('system_name','全方位建築智慧化管理系統') }} {{ $setting::get('company_name','新保科技') }}

@foreach ($votes as $vote)

{{$vote->title}}

@foreach ($vote->options as $voteoptions) @if (empty($VotesListCount[$voteoptions->id])) 0票(0%) @else {{$VotesListCount[$voteoptions->id]}}票({{number_format($VotesListCount[$voteoptions->id]/$VoteListCount,2)*100}}%) @endif {{$voteoptions->name}}
@endforeach
@endforeach

留言板

@foreach ($VoteComments as $comment)

發表時間: {{$comment->created_at}}
發表人: {{$comment->name}}

{{$comment->content}}
@endforeach
@endsection @section('plugins_page_level') @endsection @section('js_page_level') @endsection