@php if (isOrganization()) { $prefix = 'organization'; } if (isInstructor()) { $prefix = 'instructor'; } $user = authCheck(); @endphp