File: /home/xedaptot/work.naniguide.com/storage/framework/views/72c2d3c6945df753b2644dfc2b02520b.php
<div
<?php echo e($attributes->merge(['class' => 'bg-white p-20 rounded b-shadow-4 d-flex justify-content-between align-items-center'])); ?>>
<div class="d-block text-capitalize">
<h5 class="f-15 f-w-500 mb-20 text-darkest-grey"><?php echo e($title); ?>
<?php if(!is_null($info)): ?>
<i class="fa fa-question-circle" data-toggle="popover" data-placement="top" data-content="<?php echo e($info); ?>" data-html="true" data-trigger="hover"></i>
<?php endif; ?>
</h5>
<div class="d-flex">
<p class="mb-0 f-15 font-weight-bold text-blue text-primary d-grid"><span
id="<?php echo e($widgetId); ?>"><?php echo e($value); ?></span>
</p>
</div>
</div>
<div class="d-block">
<i class="fa fa-<?php echo e($icon); ?> text-lightest f-18"></i>
</div>
</div>
<?php /**PATH /home/xedaptot/work.naniguide.com/resources/views/components/cards/widget.blade.php ENDPATH**/ ?>