fix mailing an email
This commit is contained in:
@@ -256,7 +256,7 @@ if (in_array($contatto->tipo, ['web', 'telegram'])) {
|
||||
<i class="fas fa-folder text-warning mr-1"></i>
|
||||
<a href="{{ url('/gruppi/' . $gruppo->id) }}">{{ $gruppo->nome }}</a>
|
||||
</td>
|
||||
<td>{{ $gruppo->diocesi?->nome ?: '-' }}</td>
|
||||
<td>{{ $gruppo->diocesi->count() > 0 ? $gruppo->diocesi->pluck('nome')->implode(', ') : '-' }}</td>
|
||||
<td>{{ $gruppo->getResponsabili()->isNotEmpty() ? $gruppo->getResponsabili()->first()->nome_completo : '-' }}</td>
|
||||
<td>
|
||||
@php
|
||||
|
||||
Reference in New Issue
Block a user