Files
streamline-emr/docker/streamline-src/storage/framework/views/a4099125719567c54e68b576d5e17d30.php

11 lines
610 B
PHP

<?php use Streamline\Enums\Roles; ?>
<?php if(Auth::user()->hasRole('Admin')): ?>
<?php if(warning_duration()): ?>
<div class="<?php echo e(show_subscription_reminder_message('class')); ?> " style="margin-left: -25.5px; margin-bottom:0%; margin-right: -25.5px;">
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
<span style="font-weight:600;line-height: 22px;"><?php echo e(show_subscription_reminder_message()); ?></span>
</div>
<?php endif; ?>
<?php endif; ?><?php /**PATH /var/www/html/resources/views/general_settings/subscription_noti.blade.php ENDPATH**/ ?>