%PDF- %GIF98; %PNG; .
Cyber Programmer
Logo of a company Server : Apache
System : 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/resources/views/dashboard/employee/widgets/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/addictionfreeind/www/admin1/resources/views/dashboard/employee/widgets/lead.blade.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"> @lang('app.menu.lead') </h5>
                <div class="d-flex">
                    <a href="{{ route('leads.index') . '?assignee=me&type=lead' }}">
                        <p class="mb-0 f-21 font-weight-bold text-blue d-grid mr-5">
                            {{ $totalLead }}<span
                                class="f-12 font-weight-normal text-lightest">@lang('app.total') @lang('app.menu.leads')</span>
                        </p>
                    </a>

                    <a href="{{ route('leads.index') . '?assignee=me&type=client' }}">
                        <p class="mb-0 f-21 font-weight-bold text-success d-grid">
                            {{ $convertedLead }}<span
                                class="f-12 font-weight-normal text-lightest">@lang('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>
@endif

VaKeR 2022