@inject('setting','anlutro\LaravelSettings\Facade') {{ $setting::get('system_name','全方位建築智慧化管理系統') }} {{ $setting::get('company_name','新保科技') }}
@foreach ($votes as $vote)
@endforeach
{{$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)
@endforeach
發表時間: {{$comment->created_at}}
發表人: {{$comment->name}}
{{$comment->content}}