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

社區投票

@foreach ($votes as $vote)

{{$vote->title}}

@foreach ($vote->options as $voteoptions) @if ($vote->type=="radio") {{$voteoptions->name}}
@else {{$voteoptions->name}}
@endif @endforeach
@endforeach
@endsection