@extends('admin.layouts.app')
@section( 'content' )
{!! Form::model( $site, [ 'method' => 'PATCH', 'action' => ['Admin\\VoteController@update', $site->id], 'class' => '' ] ) !!}
@include( 'admin.vote.form', [ 'submitButtonText' => trans( 'vote.update_button' ) ] )
{!! Form::close() !!}
@endsection