@php $user = auth()->user(); @endphp
@if (!$user?->isCoordinador() && !$user?->isSecretaria())
@else @endif
Limpiar