%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 if(in_array('lead', $activeWidgets) && $leadAgent && in_array('leads', user_modules())): ?>
<div class="col-md-6 mb-3">
<div
class="bg-white p-20 rounded b-shadow-4 d-flex justify-content-between align-items-center mt-3 mt-lg-0 mt-md-0">
<div class="d-block text-capitalize">
<h5 class="f-15 f-w-500 mb-20 text-darkest-grey"> <?php echo app('translator')->get('app.menu.lead'); ?> </h5>
<div class="d-flex">
<a href="<?php echo e(route('leads.index') . '?assignee=me&type=lead'); ?>">
<p class="mb-0 f-21 font-weight-bold text-blue d-grid mr-5">
<?php echo e($totalLead); ?><span
class="f-12 font-weight-normal text-lightest"><?php echo app('translator')->get('app.total'); ?> <?php echo app('translator')->get('app.menu.leads'); ?></span>
</p>
</a>
<a href="<?php echo e(route('leads.index') . '?assignee=me&type=client'); ?>">
<p class="mb-0 f-21 font-weight-bold text-success d-grid">
<?php echo e($convertedLead); ?><span
class="f-12 font-weight-normal text-lightest"><?php echo app('translator')->get('modules.lead.convertedLead'); ?></span>
</p>
</a>
</div>
</div>
<div class="d-block">
<i class="bi bi-person text-lightest f-27"></i>
</div>
</div>
</div>
<?php endif; ?>
<?php /**PATH /Users/akhileshsirvi/htdocs/addictionfreeindia/resources/views/dashboard/employee/widgets/lead.blade.php ENDPATH**/ ?>