@extends('layout')
@section('title')
Evento Sesión
@endsection
@section('content')
{!! Form::open(['route'=>['sesionVotos.store'], 'method'=>'POST', 'files' => true, 'role' => 'form', 'id' => '']) !!}
@include('sesionVotos.form')
{!! Form::close() !!}
@endsection