%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/admin1/storage/framework/views/ |
Upload File : |
<?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'>".$content."</span>";
}
?>
<option <?php echo e(!$selected ?: 'selected'); ?> data-content="<?php echo $content; ?>" value="<?php echo e($userID ?? $user->id); ?>">
<?php echo e($user->name); ?>
</option>
<?php /**PATH /home/addictionfreeind/public_html/admin1/resources/views/components/user-option.blade.php ENDPATH**/ ?>