⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
storage
/
framework
/
views
/
View File Name :
1d544fcfc89199677f25bcb9aa7f8184.php
<?php $__env->startSection('page-title'); ?> <?php echo e(__('Dashboard')); ?> <?php $__env->stopSection(); ?> <?php $__env->startPush('script-page'); ?> <script> (function() { var options = { chart: { height: 350, type: 'area', toolbar: { show: false, }, }, dataLabels: { enabled: false }, stroke: { width: 2, curve: 'smooth' }, series: [{ name: '<?php echo e(__('Purchase')); ?>', data: <?php echo json_encode($purchasesArray['value']); ?> // data: [70,270,80,245,115,260,135,280,70,215] }, { name: '<?php echo e(__('POS')); ?>', data: <?php echo json_encode($posesArray['value']); ?> // data: [100,300,100,260,140,290,150,300,100,250] }, ], xaxis: { categories: <?php echo json_encode($purchasesArray['label']); ?>, title: { text: '<?php echo e(__('Days')); ?>' } }, colors: ['#ff3a6e', '#6fd943'], grid: { strokeDashArray: 4, }, legend: { show: false, }, // markers: { // size: 4, // colors: ['#ffa21d', '#FF3A6E'], // opacity: 0.9, // strokeWidth: 2, // hover: { // size: 7, // } // }, yaxis: { title: { text: '<?php echo e(__('Amount')); ?>' }, } }; var chart = new ApexCharts(document.querySelector("#traffic-chart"), options); chart.render(); })(); </script> <?php $__env->stopPush(); ?> <?php $__env->startSection('breadcrumb'); ?> <li class="breadcrumb-item"><a href="<?php echo e(route('dashboard')); ?>"><?php echo e(__('Dashboard')); ?></a></li> <li class="breadcrumb-item"><?php echo e(__('POS')); ?></li> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="row"> <div class="col-lg-6 col-md-12 dashboard-card"> <div class="card"> <div class="card-body"> <div class="row align-items-center justify-content-between"> <div class="col-auto mb-3 mb-sm-0"> <div class="d-flex align-items-center"> <div class="theme-avtar bg-primary"> <i class="ti ti-hand-finger"></i> </div> <div class="ms-3"> <small class="text-muted"><?php echo e(__('Total')); ?></small> <h6 class="m-0"><?php echo e(__('POS Of This Month')); ?></h6> </div> </div> </div> <div class="col-auto text-end"> <h4 class="m-0"><?php echo e($pos_data['monthlyPosAmount']); ?></h4> </div> </div> </div> </div> </div> <div class="col-lg-6 col-md-12 dashboard-card"> <div class="card"> <div class="card-body"> <div class="row align-items-center justify-content-between"> <div class="col-auto mb-3 mb-sm-0"> <div class="d-flex align-items-center"> <div class="theme-avtar bg-warning"> <i class="ti ti-chart-pie"></i> </div> <div class="ms-3"> <small class="text-muted"><?php echo e(__('Total')); ?></small> <h6 class="m-0"><?php echo e(__('POS Amount')); ?></h6> </div> </div> </div> <div class="col-auto text-end"> <h4 class="m-0"><?php echo e($pos_data['totalPosAmount']); ?></h4> </div> </div> </div> </div> </div> <div class="col-lg-6 col-md-12 dashboard-card"> <div class="card"> <div class="card-body"> <div class="row align-items-center justify-content-between"> <div class="col-auto mb-3 mb-sm-0"> <div class="d-flex align-items-center"> <div class="theme-avtar bg-info"> <i class="ti ti-report-money"></i> </div> <div class="ms-3"> <small class="text-muted"><?php echo e(__('Total')); ?></small> <h6 class="m-0"><?php echo e(__('Purchase Of This Month')); ?></h6> </div> </div> </div> <div class="col-auto text-end"> <h4 class="m-0"><?php echo e($pos_data['monthlyPurchaseAmount']); ?></h4> </div> </div> </div> </div> </div> <div class="col-lg-6 col-md-12 dashboard-card"> <div class="card"> <div class="card-body"> <div class="row align-items-center justify-content-between"> <div class="col-auto mb-3 mb-sm-0"> <div class="d-flex align-items-center"> <div class="theme-avtar bg-info"> <i class="ti ti-chart-bar"></i> </div> <div class="ms-3"> <small class="text-muted"><?php echo e(__('Total')); ?></small> <h6 class="m-0"><?php echo e(__(' Purchase Amount')); ?></h6> </div> </div> </div> <div class="col-auto text-end"> <h4 class="m-0"><?php echo e($pos_data['totalPurchaseAmount']); ?></h4> </div> </div> </div> </div> </div> <div class="col-12"> <div class="card"> <div class="card-header"> <div class="row "> <div class="col-6"> <h5><?php echo e(__('Purchase Vs POS Report')); ?></h5> </div> <div class="col-6 text-end"> <h6><?php echo e(__('Last 10 Days')); ?></h6> </div> </div> </div> <div class="card-body"> <div id="traffic-chart"></div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.admin', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/crm/resources/views/dashboard/pos-dashboard.blade.php ENDPATH**/ ?>