HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/limestate-admin/storage/framework/views/62a5190f4efd8034b39dfa11dce9ecfd.php
<div class="profile-container d-flex align-items-stretch p-3 rounded lh-sm position-relative overflow-hidden">

    <a href="<?php echo e(route(config('platform.profile', 'platform.profile'))); ?>" class="col-10 d-flex align-items-center me-3">
        <?php if($image = Auth::user()->presenter()->image()): ?>
            <img src="<?php echo e($image); ?>"  alt="<?php echo e(Auth::user()->presenter()->title()); ?>" class="thumb-sm avatar b me-3" type="image/*">
        <?php endif; ?>

        <small class="d-flex flex-column" style="line-height: 16px;">
            <span class="text-ellipsis text-white"><?php echo e(Auth::user()->presenter()->title()); ?></span>
            <span class="text-ellipsis text-muted"><?php echo e(Auth::user()->presenter()->subTitle()); ?></span>
        </small>
    </a>

    <?php if (isset($component)) { $__componentOriginalfa481b5ce2c06eca6d8a59f198f623c3 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginalfa481b5ce2c06eca6d8a59f198f623c3 = $attributes; } ?>
<?php $component = Orchid\Platform\Components\Notification::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('orchid-notification'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Orchid\Platform\Components\Notification::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginalfa481b5ce2c06eca6d8a59f198f623c3)): ?>
<?php $attributes = $__attributesOriginalfa481b5ce2c06eca6d8a59f198f623c3; ?>
<?php unset($__attributesOriginalfa481b5ce2c06eca6d8a59f198f623c3); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalfa481b5ce2c06eca6d8a59f198f623c3)): ?>
<?php $component = $__componentOriginalfa481b5ce2c06eca6d8a59f198f623c3; ?>
<?php unset($__componentOriginalfa481b5ce2c06eca6d8a59f198f623c3); ?>
<?php endif; ?>

</div>
<?php /**PATH /var/www/limestate-admin/vendor/orchid/platform/resources/views/partials/profile.blade.php ENDPATH**/ ?>