@extends('admin.layouts.app')
@section( 'content' )
Need A Voting Site?
RankTheServer (RTS) is a newer toplist website, you can create a free account and create a site in minutes! Click here to register!
{!! Form::model( $site = new \App\VoteSite, ['url' => url('admin/vote'), 'class' => ''] ) !!}
@include( 'admin.vote.form', [ 'submitButtonText' => trans( 'vote.add_button' ) ] )
{!! Form::close() !!}
@endsection