@extends('layouts.meeting') @section('content-meeting') @php $url = $_SERVER['HTTP_HOST']; $currentStage = $company->stage ?? 'default'; $selectedAssemblymanId = $company->assemblyman_id ?? null; @endphp

ESTADO DO PAINEL DE VOTAÇÃO

  • {{-- Comentado: Votações secretas ainda não serão utilizadas por nenhuma entidade --}} {{-- @if ($url != 'jardim.legissuper.com.br' && $url != 'jardim.localhost:8000')
  • @endif --}} @if ($url == 'rioverde.legissuper.com.br')
  • @endif

PÚLPITO

@foreach($meeting->assemblyman()->orderBy('short_name')->get() as $item)
@endforeach
O parlamentar selecionado aqui alimenta o painel quando o estado estiver em DISCURSO.
@push('meeting-scripts') @include('panelVoting.paineljs.dashboard') @endpush @endsection