| # |
Nome |
Descrição |
Participantes |
Ações |
@if ($eventos->isNotEmpty())
@php
$cont = 1;
@endphp
@foreach ($eventos as $evento)
| {{ $cont }} |
{{ $evento->nome }} |
{!! $evento->descricao !!} |
{{ $evento->eventosEmail ? $evento->eventosEmail->count() : 0 }} |
|
@php
$cont++;
@endphp
@endforeach
@endif
@if ($eventos->IsEmpty())
Sem Eventos Cadastrados...
@endif