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