@inject('sentinel', 'Cartalyst\Sentinel\Native\Facades\Sentinel') @extends('layout.front') @section('css_page_level') @endsection @section('page-content')

@lang('messages.nei_vote')

@foreach ($votes as $vote) @endforeach
@lang('messages.start_time') @lang('messages.end_time') @lang('messages.theme') @lang('messages.futnnnnn')
{{$vote->time_start}} {{$vote->time_end}} {{$vote->title}} @if($vote->time_end > date("Y-m-d H:s:i") and $vote->time_start < date("Y-m-d H:s:i") and $VoteListsParticipate[$vote->id]=="[]") @elseif( $vote->time_end < date("Y-m-d H:s:i")) @elseif($VoteListsParticipate[$vote->id]!="[]") @endif
@if($votes->count() == 0)
@lang('messages.sorry')  @lang('messages.no_pub_vote')
@endif
@endsection