403Webshell
Server IP : 139.59.63.204  /  Your IP : 216.73.217.62
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ubuntu-s-1vcpu-1gb-blr1-01 6.8.0-110-generic #110-Ubuntu SMP PREEMPT_DYNAMIC Thu Mar 19 15:09:20 UTC 2026 x86_64
User : root ( 0)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/crmapp/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/crmapp/storage/framework/views/cb6e6d5df28e54041817fb107c917a6f.php
 
 <?php $__env->startSection('content'); ?>
 <style>
  .knb {border:1px solid #CCC; border-radius:10px; padding:10px;}
 </style>
 <div class="p-4">
  <h1 class="text-2xl font-semibold mb-4"><?php echo e($pipeline->name); ?> — Kanban</h1>
  <div class="row">
    <?php echo csrf_field(); ?>
    <?php $__currentLoopData = $stages; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $stage): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
      <div class="col-sm m-3 knb" data-stage-id="<?php echo e($stage->id); ?>">
        <div class="flex items-center justify-between mb-2">
          <h4 class="font-bold"><?php echo e($stage->name); ?></h4>
          <span class="text-sm text-gray-500"><?php echo e($stage->deals->count()); ?></span>
        </div>
        <div class="space-y-2 min-h-10" id="stage-<?php echo e($stage->id); ?>" data-stage="<?php echo e($stage->id); ?>">
          <?php $__currentLoopData = $stage->deals; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $deal): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
            <div class="bg-white rounded-xl p-3 shadow border" data-id="<?php echo e($deal->id); ?>">
              <div class="font-medium"><?php echo e($deal->title); ?></div>
              <div class="text-sm text-gray-500">₹<?php echo e(number_format($deal->value, 2)); ?></div>
              <div class="text-xs text-gray-400">Owner: <?php echo e(optional($deal->owner)->name); ?></div>
            </div>
          <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
        </div>
      </div>
    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
  </div>
 </div>
 
 <?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\crm\resources\views/deals/kanban.blade.php ENDPATH**/ ?>

Youez - 2016 - github.com/yon3zu
LinuXploit