⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
crm.dev-unit.com
/
storage
/
framework
/
views
/
View File Name :
ff555637f146df317e2997c0912be29278929741.php
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.tasks')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page_css'); ?> <link href="<?php echo e(asset('assets/css/jquery.dataTables.min.css')); ?>" rel="stylesheet" type="text/css"/> <link href="<?php echo e(asset('assets/css/select2.min.css')); ?>" rel="stylesheet" type="text/css"/> <link href="<?php echo e(asset('assets/css/owl.carousel.min.css')); ?>" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="<?php echo e(mix('assets/css/tasks/task.css')); ?>"> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="section"> <div class="section-header task-sec-mbl-hdr"> <h1><?php echo e(__('messages.tasks')); ?></h1> <div class="section-header-breadcrumb float-right"> <div class="card-header-action mr-3"> <?php echo e(Form::select('priority', $priorities, null, ['id' => 'priorityId', 'class' => 'form-control','placeholder' => __('messages.placeholder.select_priority')])); ?> </div> </div> <div class="float-right mr-3"> <?php echo e(Form::select('status', $status, null, ['id' => 'filter_status', 'class' => 'form-control select2-mobile-margin','placeholder' => __('messages.placeholder.select_status')])); ?> </div> <div class="float-right"> <a href="<?php echo e(route('tasks.kanbanList')); ?>" class="btn btn-warning form-btn mr-2 text-nowrap"><?php echo e(__('messages.kanban_view')); ?> </a> <a href="<?php echo e(route('tasks.create')); ?>" class="btn btn-primary form-btn text-nowrap"><?php echo e(__('messages.common.add')); ?> <i class="fas fa-plus"></i> </a> </div> </div> <div class="section-body mb-4"> <div class="row justify-content-md-center text-center"> <div class="owl-carousel owl-theme"> <div class="item"> <div class="ticket-statistics mx-auto bg-danger"> <p><?php echo e($statusCount->not_started); ?></p> </div> <h5 class="my-0 mt-1"><?php echo e(__('messages.task.not_started')); ?></h5> </div> <div class="item"> <div class="ticket-statistics mx-auto bg-primary"> <p><?php echo e($statusCount->in_progress); ?></p> </div> <h5 class="my-0 mt-1"><?php echo e(__('messages.task.in_progress')); ?></h5> </div> <div class="item"> <div class="ticket-statistics mx-auto bg-warning"> <p><?php echo e($statusCount->testing); ?></p> </div> <h5 class="my-0 mt-1"><?php echo e(__('messages.task.testing')); ?></h5> </div> <div class="item"> <div class="ticket-statistics mx-auto bg-info"> <p><?php echo e($statusCount->awaiting_feedback); ?></p> </div> <h5 class="my-0 mt-1"><?php echo e(__('messages.task.awaiting_feedback')); ?></h5> </div> <div class="item"> <div class="ticket-statistics mx-auto bg-success"> <p><?php echo e($statusCount->completed); ?></p> </div> <h5 class="my-0 mt-1"><?php echo e(__('messages.task.completed')); ?></h5> </div> </div> </div> </div> <div class="section-body"> <?php echo $__env->make('flash::message', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="card"> <div class="card-body"> <?php echo $__env->make('tasks.table', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> </div> <?php echo $__env->make('tasks.templates.templates', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </section> <?php $__env->stopSection(); ?> <?php $__env->startSection('page_scripts'); ?> <script src="<?php echo e(asset('assets/js/jquery.dataTables.min.js')); ?>"></script> <script src="<?php echo e(mix('assets/js/custom/custom-datatable.js')); ?>"></script> <script src="<?php echo e(mix('assets/js/select2.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/owl.carousel.min.js')); ?>"></script> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <script> let statusArray = JSON.parse('<?php echo json_encode($status, 15, 512) ?>'); let priorities = JSON.parse('<?php echo json_encode($priorities, 15, 512) ?>'); let ownerId = null; let ownerType = null; </script> <script src="<?php echo e(mix('assets/js/tasks/tasks.js')); ?>"></script> <script src="<?php echo e(mix('assets/js/status-counts/status-counts.js')); ?>"></script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/crm.dev-unit.com/resources/views/tasks/index.blade.php ENDPATH**/ ?>