@section('theme::title', __('seo.voteforsilk')) @section('theme::content')

{{ __('home.voteforsilk.title') }}

@forelse($data as $vote) @if($vote->active === 1)
{{ $vote->name }}

{{ __('home.voteforsilk.reward', [ 'reward' => $vote->reward ]) }} @if(!$vote->getVoted || \Carbon\Carbon::create($vote->getVoted->vote_again_at)->isPast()) {{ __('home.voteforsilk.submit') }} @else @endif

@endif @empty {{ __('home.voteforsilk.empty') }} @endforelse
@endsection @push('theme::javascript') @endpush