<?php $__env->startSection('title'); ?>
	Voto
<?php $__env->stopSection(); ?>

<?php $__env->startSection('breadcrumb'); ?>
    <?php echo HTML::breadcrumb(array('Home' => url($admin_prefix), 'Votos' => route('admin.vote.index'), 'Ver' => '')); ?>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('master'); ?>
<p class="lead">
	<em>Registo:</em> <?php echo e($item->voter->identifier); ?> (<?php echo e($item->voter->origin); ?>)<br>
	<em>Banda:</em> <?php echo e($item->band->name); ?><br>
	<em>IP:</em> <?php echo $item->ip ? $item->ip : '--'; ?><br>
</p>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('clumsy::templates.edit', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>