%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/silvzytp/crm-dub-code/storage/framework/views/
Upload File :
Create Path :
Current File : //home/silvzytp/crm-dub-code/storage/framework/views/47f16958996df1e89f272d28dfad7e21a6750436.php

<?php $__env->startSection('title', $siteTitle); ?>
<?php $__env->startPush('styles'); ?>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css" />
<style>
    @media only screen and (max-width: 768px){
        tr.row-column td{
            width: 50% !important;
            margin-right: 0 !important;
        }
    }

    @media only screen and (max-width: 768px){
        tr.row-column td{
            width: 100% !important;
            margin-right: 0 !important;
        }
    }

    tr.row-column{
        display: grid;
        grid-template-columns: auto auto auto auto;
        grid-gap: 20px;
    }
    table td:first-child {
        padding-left: 0 !important;
    }

    table td:last-child {
        padding-right: 0 !important;
    }
        /* tr.row-column td:nth-child(3),
        tr.row-column td:nth-child(6),
        tr.row-column td:nth-child(9){
            margin-right: 0;
        }
        table td:first-child {
            padding-left: 0;
        }
        table td:last-child {
            padding-right: 0;
        } */

</style>
<?php $__env->stopPush(); ?>

<?php $__env->startSection('content'); ?>

    <div class="row">
        <div class="col-12">
            <div class="card mt-3">
                <div class="card-body py-2">
                    <div class="row align-items-center">
                        <div class="col-md-6 col-12 mb-2 mb-md-0">
                            <h5 class="mb-0">Welcome <strong><?php echo e(Auth::user()->name); ?></strong></h5>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <?php if(Auth::user()->role->slug == 'admin'): ?>
        <div class="card mt-3">
            <div class="card-body">
                <form id="filter-form" method="POST">
                    <?php echo csrf_field(); ?>
                    <div class="row">
                        <div class="col-md-4">
                            <?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?>
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.form.selectbox','data' => ['name' => 'agent','divClass' => 'mb-0']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('form.selectbox'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes(['name' => 'agent','divClass' => 'mb-0']); ?>
                                <option value="">-- Select Agent --</option>
                                <?php $__empty_1 = true; $__currentLoopData = $agents; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $agent): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
                                <option value="<?php echo e($agent->id); ?>"><?php echo e($agent->name); ?></option>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>

                                <?php endif; ?>
                             <?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
<?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?>
<?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?>
<?php endif; ?>
                        </div>
                        <div class="col-md-4">
                            <?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?>
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.form.selectbox','data' => ['name' => 'status','onchange' => 'selectStatus(this.value)','divClass' => 'mb-0']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('form.selectbox'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes(['name' => 'status','onchange' => 'selectStatus(this.value)','divClass' => 'mb-0']); ?>
                                <option value="">-- Select Status --</option>
                                <?php $__empty_1 = true; $__currentLoopData = $statuses; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $status): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
                                <option value="<?php echo e($status->id); ?>"><?php echo e($status->name); ?></option>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>

                                <?php endif; ?>
                             <?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
<?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?>
<?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?>
<?php endif; ?>
                        </div>
                        <div class="col-md-4">
                            <?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?>
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.form.selectbox','data' => ['name' => 'sub_status','divClass' => 'mb-0']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('form.selectbox'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes(['name' => 'sub_status','divClass' => 'mb-0']); ?>
                                <option value="">-- Select Sub Status --</option>
                             <?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
<?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?>
<?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?>
<?php endif; ?>
                        </div>
                    </div>
                    <div class="row mt-2">
                        <div class="col-md-4">
                            <?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?>
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.form.selectbox','data' => ['name' => 'potential','divClass' => 'mb-0']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('form.selectbox'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes(['name' => 'potential','divClass' => 'mb-0']); ?>
                                <option value="">-- Select Potential --</option>
                                <?php $__currentLoopData = POTENTIAL; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <option value="<?php echo e($key); ?>"><?php echo e($value); ?></option>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                             <?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
<?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?>
<?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?>
<?php endif; ?>
                        </div>
                        <div class="col-md-4">
                            <input type="text" id="date_range" autocomplete="off" class="form-control" placeholder="YY/MM/DD">
                            <input type="hidden" name="start_date">
                            <input type="hidden" name="end_date">
                        </div>
                        <div class="col-md-4 text-left">
                            <button type="submit" class="btn btn-primary"><i class="fas fa-search"></i></button>
                        </div>
                    </div>
                </form>
            </div>
        </div>
    <?php endif; ?>

    <div class="print-area-content mt-3">
        <style>
            @media screen {
                .no_screen {display: none;}
                .no_print {display: block;}
                thead {display: table-header-group;}
                tfoot {display: table-footer-group;}
                button {display: none;}
                body {margin: 0;}
            }

            @media print {
                body,
                html {
                    -webkit-print-color-adjust: exact !important;
                    font-family: sans-serif;
                    margin-bottom: 100px !important;
                }
                table{
                    width: 100%;
                }
                tr.row-column td{
                    width: 32%;
                    margin-right: 2% !important;
                    display: inline-block
                }
                tr.row-column td:nth-child(3),
                tr.row-column td:nth-child(6),
                tr.row-column td:nth-child(9){
                    margin-right: 0 !important;
                }
                table td:first-child {
                    padding-left: 0 !important;
                }
                table td:last-child {
                    padding-right: 0 !important;
                }
            }
            @page {
                /* size: auto; */
                margin: 5mm 5mm;
            }
        </style>
        <?php if(Auth::user()->role->slug == 'admin'): ?>
            <table class="w-100">
                <tr class="row-column">
                <td>
                    <a href="<?php echo e(route('app.dashboard.box-data','total-call')); ?>" class="card">
                        <div class="card-body text-info border-bottom border-info border-w-5">
                            <h2 class="text-center" id="total_call"><?php echo e($totalCalling); ?></h2>
                            <h6 class="text-center">Total Calling</h6>
                        </div>
                    </a>
                </td>
                <td>
                    <a href="<?php echo e(route('app.dashboard.box-data','open-call')); ?>" class="card">
                        <div class="card-body text-success border-bottom border-success border-w-5">
                            <h2 class="text-center" id="open_call"><?php echo e($openStatus); ?></h2>
                            <h6 class="text-center">Open Call</h6>
                        </div>
                    </a>
                </td>
                <td>
                    <a href="<?php echo e(route('app.dashboard.box-data','closed-call')); ?>" class="card">
                        <div class="card-body text-danger border-bottom border-danger border-w-5">
                            <h2 class="text-center" id="closed_call"><?php echo e($closedStatus); ?></h2>
                            <h6 class="text-center">Closed Call</h6>
                        </div>
                    </a>
                </td>
                <td>
                    <a href="<?php echo e(route('app.dashboard.box-data','potential-call')); ?>" class="card">
                        <div class="card-body text-primary border-bottom border-primary border-w-5">
                            <h2 class="text-center" id="potential_call"><?php echo e($potentialCall); ?></h2>
                            <h6 class="text-center">Potential Call</h6>
                        </div>
                    </a>
                </td>

                <td>
                    <a href="<?php echo e(route('app.dashboard.box-data','in-progress-call')); ?>" class="card">
                        <div class="card-body text-danger border-bottom border-danger border-w-5">
                            <h2 class="text-center" id="in_progress_call"><?php echo e($inProgress); ?></h2>
                            <h6 class="text-center">In Progress</h6>
                        </div>
                    </a>
                </td>
                <td>
                    <a href="<?php echo e(route('app.dashboard.box-data','follow-up-call')); ?>" class="card">
                        <div class="card-body text-dark border-bottom border-dark border-w-5">
                            <h2 class="text-center" id="follow_up_call"><?php echo e($followUp); ?></h2>
                            <h6 class="text-center">Follow UP</h6>
                        </div>
                    </a>
                </td>
                <td>
                    <a href="<?php echo e(route('app.dashboard.box-data','interested-call')); ?>" class="card">
                        <div class="card-body text-warning border-bottom border-warning border-w-5">
                            <h2 class="text-center" id="interested_call"><?php echo e($interested); ?></h2>
                            <h6 class="text-center">Interested</h6>
                        </div>
                    </a>
                </td>
                <td>
                    <a href="<?php echo e(route('app.dashboard.box-data','called-no-reply')); ?>" class="card">
                        <div class="card-body text-secondary border-bottom border-secondary border-w-5">
                            <h2 class="text-center" id="no_reply_call"><?php echo e($callNoReply); ?></h2>
                            <h6 class="text-center">Called No Reply</h6>
                        </div>
                    </a>
                </td>
            </tr>
            </table>
        <?php endif; ?>
    </div>
<?php $__env->stopSection(); ?>

<?php $__env->startPush('scripts'); ?>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js"></script>
<script src="<?php echo e(asset('assets/js/jquery.printarea.js')); ?>"></script>
<script>
    $(document).on('submit','form#filter-form',function(e){
        e.preventDefault();

        $.ajax({
            type: "POST",
            url: "<?php echo e(route('app.cold-calling-portal.dashboard.filter')); ?>",
            data: new FormData(this),
            processData: false,
            contentType: false,
            dataType: "JSON",
            beforeSend: function(){
                $('form#filter-form button i').removeClass('fas fa-search');
                $('form#filter-form button i').addClass('spinner-border spinner-border-sm text-light');
            },
            complete: function(){
                $('form#filter-form button i').removeClass('spinner-border spinner-border-sm text-light');
                $('form#filter-form button i').addClass('fas fa-search');
            },
            success: function (response) {
                if(response.status == 'error'){
                    flashMessage(response.status,response.message);
                }else{
                    // empty
                    $('h2#total_call').text('');
                    $('h2#open_call').text('');
                    $('h2#closed_call').text('');
                    $('h2#potential_call').text('');
                    $('h2#in_progress_call').text('');
                    $('h2#follow_up_call').text('');
                    $('h2#interested_call').text('');
                    $('h2#no_reply_call').text('');
    
                    $('h2#total_call').text(response.totalCalling);
                    $('h2#open_call').text(response.openStatus);
                    $('h2#closed_call').text(response.closedStatus);
                    $('h2#potential_call').text(response.potentialCall);
                    $('h2#in_progress_call').text(response.inProgress);
                    $('h2#follow_up_call').text(response.followUp);
                    $('h2#interested_call').text(response.interested);
                    $('h2#no_reply_call').text(response.callNoReply);
                }
            }
        });
    });

    function selectStatus(status){
        $.ajax({
            type: "POST",
            url: "<?php echo e(route(routeName().'.callings.status.get-data')); ?>",
            data: {_token:_token,status:status},
            dataType: "JSON",
            success: function (response) {
                $('select[name="sub_status"]').html('');
                if (response) {
                    $('select[name="sub_status"]').html(response);
                }
            }
        });
    }

    // datepicker
    $('input#date_range').daterangepicker({
        opens: 'right',
        autoUpdateInput: false,
        locale: {
            cancelLabel: 'Clear'
        },
        ranges: {
        'Today'       : [moment(), moment()],
        'Last 7 Days' : [moment().subtract(6, 'days'), moment()],
        'Last 30 Days': [moment().subtract(29, 'days'), moment()],
        'This Month'  : [moment().startOf('month'), moment().endOf('month')],
        'Last Month'  : [moment().subtract(1, 'month').startOf('month'), moment().subtract(1, 'month').endOf('month')],
        }
    }, function(start, end, label) {
        $('input[name="start_date"]').val(start.format('YYYY-MM-DD'));
        $('input[name="end_date"]').val(end.format('YYYY-MM-DD'));
    });

    $('input#date_range').on('apply.daterangepicker', function(ev, picker) {
        $(this).val(picker.startDate.format('YYYY-MM-DD') + ' - ' + picker.endDate.format('YYYY-MM-DD'));
    });

    $('input#date_range').on('cancel.daterangepicker', function(ev, picker) {
        $(this).val('');
    });

    // print area
    $(document).on('click','button.printarea',function(){
        var mode   = 'iframe';        //popup
        var close  = mode = 'popup';
        var options = {
            mode    : mode,
            popClose: close
        }

        $('.print-area-content').printArea(options);
    });

</script>
<?php $__env->stopPush(); ?>

<?php echo $__env->make('layouts.backend', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/silvzytp/crm-dub-code/resources/views/backend/member/dashboard.blade.php ENDPATH**/ ?>

Zerion Mini Shell 1.0