⚝
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 :
b33bd63cbda95b8c322ab4cc3a4c5fddadcd9882.php
<div> <div class="mt-0 mb-3 col-12 d-flex justify-content-end livewire-search"> <?php if(!empty($customer)): ?> <div class="mt-2 m-r-0"> <?php echo e(Form::select('type', $typeArr, $filterContractType, ['id' => 'contractFilterType', 'class' => 'form-control status-filter', 'placeholder' => __('messages.placeholder.select_contract_type')])); ?> </div> <?php endif; ?> <div class="p-2 m-t-10"> <input wire:model.debounce.100ms="search" type="search" class="form-control" placeholder="<?php echo e(__('messages.common.search')); ?>" id="search"> </div> </div> <div class="col-md-12"> <div wire:loading id="live-wire-screen-lock"> <div class="live-wire-infy-loader"> <?php echo $__env->make('loader', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> </div> <?php $border = 'border-left: 2px solid '; ?> <div class="row"> <?php $__empty_1 = true; $__currentLoopData = $contracts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $contract): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <div class="col-12 col-md-6 col-lg-4 col-xl-4"> <div class="livewire-card hover-effect-contract position-relative mb-4 contract-card-hover-border contract-card-height" style="<?php echo e($border); ?><?php echo e($loop->odd ? '#6777ef' : '#191d21'); ?>"> <div class="float-right contract-action-btn"> <a class="dropdown dropdown-list-toggle"> <a href="#" data-toggle="dropdown" class="notification-toggle action-dropdown d-none position-xs-bottom"> <i class="fas fa-ellipsis-v action-toggle-mr"></i> </a> <div class="dropdown-menu dropdown-menu-right"> <div class="dropdown-list-content dropdown-list-icons"> <a href="<?php echo e(route('contracts.edit',$contract->id)); ?>" class="dropdown-item dropdown-item-desc edit-btn" data-id="<?php echo e($contract->id); ?>"><i class="fas fa-edit mr-2 card-edit-icon"></i> <?php echo e(__('messages.common.edit')); ?> </a> <a href="#" class="dropdown-item dropdown-item-desc delete-btn" data-id="<?php echo e($contract->id); ?>"><i class="fas fa-trash mr-2 card-delete-icon"></i><?php echo e(__('messages.common.delete')); ?> </a> </div> </div> </a> </div> <div class="contract-listing-details"> <div class="d-flex contract-listing-description"> <div class="contract-data"> <h3 class="contract-listing-title mb-2"> <a href="<?php echo e(url('admin/contracts',$contract->id)); ?>" class="text-decoration-none"><?php echo e(Str::limit(html_entity_decode($contract->subject), 15, '...')); ?></a> </h3> <h3 class="contract-listing-title"> <span data-toggle="tooltip" title="" data-original-title="<?php echo e(__('messages.common.customer')); ?>"><i class="fas fa-street-view fa_fa_20px"></i> <?php echo e(html_entity_decode(Str::limit($contract->customer->company_name,15))); ?> </span> </h3> <h3 class="contract-listing-title"> <span data-toggle="tooltip" title="" data-original-title="<?php echo e(__('messages.common.contract_type')); ?>"><i class="fas fa-file-contract fa_fa_20px"></i>  <?php echo e(html_entity_decode($contract->type->name)); ?> </span> </h3> <?php if(!empty($contract->contract_value)): ?> <h3 class="contract-listing-title"> <span data-toggle="tooltip" title="" data-original-title="<?php echo e(__('messages.contract.contract_value')); ?>"><i class="<?php echo e(getCurrencyClass(getCurrentCurrency())); ?> fa_fa_20px"></i>  <?php echo e(number_format($contract->contract_value, 2)); ?> </span> </h3> <?php endif; ?> </div> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <div class="mt-0 mb-5 col-12 d-flex justify-content-center mb-5 rounded"> <div class="p-2"> <?php if(empty($search)): ?> <p class="text-dark"><?php echo e(__('messages.contract.no_contract_available').'.'); ?></p> <?php else: ?> <p class="text-dark"><?php echo e(__('messages.contract.no_contract_found')); ?></p> <?php endif; ?> </div> </div> <?php endif; ?> </div> <?php if($contracts->count() > 0): ?> <div class="mt-0 mb-5 col-12"> <div class="row paginatorRow"> <div class="col-lg-2 col-md-6 col-sm-12 pt-2"> <span class="d-inline-flex"> <?php echo e(__('messages.common.showing')); ?> <span class="font-weight-bold ml-1 mr-1"><?php echo e($contracts->firstItem()); ?></span> - <span class="font-weight-bold ml-1 mr-1"><?php echo e($contracts->lastItem()); ?></span> <?php echo e(__('messages.common.of')); ?> <span class="font-weight-bold ml-1"><?php echo e($contracts->total()); ?></span> </span> </div> <div class="col-lg-10 col-md-6 col-sm-12 d-flex justify-content-end"> <?php echo e($contracts->links()); ?> </div> </div> </div> <?php endif; ?> </div> <?php /**PATH /home/id/crm.dev-unit.com/resources/views/livewire/contracts.blade.php ENDPATH**/ ?>