@extends('layout')
@section('title')
Registro votación
@endsection
@section('content')
{!! Form::open(['route'=>'votos.store', 'method'=>'POST', 'files' => true, 'role' => 'form', 'id' => '']) !!}
{{ Form::button('Guardar', ['type' => 'submit', 'class' => 'btn btn-submit text-light', 'style' => 'background-color:rgb(150,0,72);']) }}
{{ Form::button('Guardar', ['type' => 'submit', 'class' => 'btn btn-submit text-light', 'style' => 'background-color:rgb(150,0,72);']) }}
{{ Form::button('Guardar', ['type' => 'submit', 'class' => 'btn btn-submit text-light', 'style' => 'background-color:rgb(150,0,72);']) }}
{{ Form::button('Guardar', ['type' => 'submit', 'class' => 'btn btn-submit text-light', 'style' => 'background-color:rgb(150,0,72);']) }}
{{ Form::button('Guardar', ['type' => 'submit', 'class' => 'btn btn-submit text-light', 'style' => 'background-color:rgb(150,0,72);']) }}
{!! Form::close() !!}
@endsection