@extends('clumsy::templates.edit') @section('title') Voto @stop @section('breadcrumb') {{ HTML::breadcrumb(array('Home' => url($admin_prefix), 'Votos' => route('admin.vote.index'), 'Ver' => '')) }} @stop @section('master')

Registo: {{{ $item->voter->identifier }}} ({{{ $item->voter->origin }}})
Banda: {{{ $item->band->name }}}
IP: {{ $item->ip ? $item->ip : '--' }}

@stop