@extends('front.layouts.app') @section('content')

Vote for Rewards

Support our server by voting on top lists and earn exclusive rewards. Your votes help us grow the community!

@if(count($sites) == 0)

No Vote Sites Available

{{ trans('vote.no_sites') }}

@else
@foreach($sites as $site)
@if($site->double_rewards)
{{ trans('vote.double_rewards') }}
@endif

{{ $site->name }}

Vote Site

@if($vote_info[$site->id]['status'])
{!! csrf_field() !!}
@else

{{ trans('vote.cooldown') }}

Loading...
@endif
@endforeach
@endif
@endsection @push('scripts') @endpush