@extends('adminlte::page') @section('title', 'Resultados') @section('css') @endsection @section('content_header') Resultados @endsection @section('breadcrumb') @endsection @section('htmlheader_title') {{ trans('adminlte_lang::message.home') }} @endsection @section('content') @if(count($errors) > 0) @endif @if($user->type == 'admin')

@endif
Total votos
Sim: {{$votossim}} Não: {{$votosnao}}
Resultado @if($document->datalimite >= $datahoje) provisório @endif: {{$resultado}}
@foreach($votos as $voto) @endforeach
Nome Voto Justificativa
{{$voto->getusername($voto)}} @if($voto->voto == 1) Sim @else Não @endif {!!nl2br($voto->justificativa)!!}




Informações
Documento: {{$document->name}}
Data limite: {{$document->datalimite}}
Indicações: {!!nl2br($document->documentnotes)!!}


Arquivos
@foreach($files as $file) @if($file->checkifpdf($file)) {{$file->file}} @else {{$file->file}} @endif @endforeach
@endsection @section('js') @endsection