%PDF- %PDF-
Direktori : /home/silvzytp/crm-ind-code/storage/framework/views/ |
Current File : //home/silvzytp/crm-ind-code/storage/framework/views/d45546901f1811723680d325738b7513f2faf80b.php |
<?php $__env->startSection('title', $siteTitle); ?> <?php $__env->startPush('styles'); ?> <style> .hv-60{ height: 60vh; } </style> <?php $__env->stopPush(); ?> <?php $__env->startSection('content'); ?> <div class="row"> <div class="col-12"> <div class="card mt-3"> <div class="card-header"> <h6 class="card-title">Welcome <?php echo e(Auth::user()->name); ?></h6> </div> </div> </div> </div> <div class="row align-items-center"> <div class="col-12 col-lg-6 mt-3"> <div class="card text-center" style="max-height: 250px;height: 250px;"> <div class="card-body d-flex justify-content-center align-items-center"> <div> <h5 class="card-title">COLD CALLING SYSTEM PORTAL</h5> <a href="<?php echo e(auth()->user()->role_id == 3 ? route(routeName().'.manager.cold-calling.dashboard') : route(routeName().'.cold-calling.dashboard')); ?>" class="btn btn-primary">Go to Portal</a> </div> </div> </div> </div> <div class="col-12 col-lg-6 mt-3"> <div class="card text-center" style="max-height: 250px;height: 250px;"> <div class="card-body d-flex justify-content-center align-items-center"> <div> <h5 class="card-title">FRESH LEADS MANAGEMENT PORTAL</h5> <a href="<?php echo e(auth()->user()->role_id == 3 ? 'javascript:' : route(routeName().'.fresh-lead.dashboard')); ?>" class="btn btn-primary <?php echo e(auth()->user()->role_id == 3 ? 'alert_message' : ''); ?>">Go to Portal</a> </div> </div> </div> </div> <div class="col-12 col-lg-6 mt-3"> <div class="card text-center" style="max-height: 250px;height: 250px;"> <div class="card-body d-flex justify-content-center align-items-center"> <div> <h5 class="card-title">DSR (DAILY SALES) REPORT</h5> <a href="#" class="btn btn-primary <?php echo e(auth()->user()->role_id == 3 ? 'alert_message' : ''); ?>">Go to Portal</a> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startPush('scripts'); ?> <script> $(document).on('click','.alert_message',function(){ flashMessage('info','Under Construction! Coming Soon Very Early'); }); </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-ind-code/resources/views/backend/pages/dashboard.blade.php ENDPATH**/ ?>