Votar ata
@if ($meeting)
@if ($last_voting != null) ATA Nº - {{ $last_voting->number }}/{{ Carbon\Carbon::createFromFormat('d/m/Y H:i', $last_voting->date_start)->year }} @if (isset( $meeting->voting()->where('ata_id', $last_voting->id)->first()->closed_at))
@if ($meeting->situation($last_voting->id, 'ata')) Votação aprovada @else Votação reprovada @endif @endif @endif
@if ($ata_voting && $last_voting != null) @if (isset( $meeting->voting()->where('ata_id', $last_voting->id)->first()->closed_at)) @else @if ($meeting->voting()->where('ata_id', $last_voting->id)->first()) @else @endif @endif @endif
@else Sessão anterior não possui ATA @endif
Voltar