whoami7 - Manager
:
/
home
/
kckglobal
/
public_html
/
portal
/
storage
/
framework
/
views
/
Upload File:
files >> /home/kckglobal/public_html/portal/storage/framework/views/15524a05a6f0e834af475ee2ed64e969.php
<?php $content = "<div class='d-flex align-items-center text-left'> <div class='taskEmployeeImg border-0 d-inline-block mr-1'> <img class='rounded-circle' src='".$user->image_url."'> </div> <div>". htmlentities($user->userBadge()); if (isset($additionalText) && !is_null($additionalText)) { $content .= "<div class='f-10 font-weight-light my-1'>".$additionalText."</div>"; } $content.="</div>"; if($agent){ $content .= ' ['.$user->email.'] '; } if($pill){ $content = "<span class='badge badge-pill badge-light border abc'>".$content."</span>"; } if ($user->status == 'deactive') { $content .= "<span class='badge badge-pill badge-danger border align-center ml-2 px-2'>Inactive</span>"; } ?> <option <?php if($selected): echo 'selected'; endif; ?> data-content="<?php echo $content; ?>" value="<?php echo e($userID ?? $user->id); ?>"> <?php echo e($user->name_salutation); ?> </option> <?php /**PATH /home/kckglobal/public_html/portal/resources/views/components/user-option.blade.php ENDPATH**/ ?>
Copyright ©2021 || Defacer Indonesia