⚝
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 :
236bf2a3828ab297f1b1b815c0e6b88e061f4dd4.php
<div> <div class="row"> <div class="col-md-12"> <div wire:loading id="overlay-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> <div class="col-lg-12 col-md-12"> <div class="row mb-3 justify-content-end flex-wrap"> <div> <div class="selectgroup mr-3"> <input wire:model.debounce.100ms="searchByTag" type="search" autocomplete="off" id="searchByTag" placeholder="<?php echo e(__('messages.common.search')); ?>" class="form-control"> </div> </div> </div> <?php if(count($tags) > 0): ?> <div class="content"> <div class="row position-relative"> <?php $__currentLoopData = $tags; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $tag): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-12 col-sm-12 col-md-6 col-xl-4 mb-3"> <div class="hover-effect-tag position-relative mb-4 tag-card-hover-border"> <div class="tag-listing-details"> <div class="d-flex tag-listing-description"> <div class="tag-data"> <h3 class="tag-listing-title mb-1"> <a href="#" class="text-dark text-decoration-none tags-listing-text show-btn" data-id="<?php echo e($tag->id); ?>"> <?php echo e(Str::limit(html_entity_decode($tag->name), 8, '...')); ?> </a> </h3> </div> </div> </div> <div class="tag-action-btn"> <a title="<?php echo e(__('messages.common.edit')); ?>" class="btn action-btn edit-btn tag-edit" data-id="<?php echo e($tag->id); ?>" href="#"> <i class="fa fa-edit"></i> </a> <a title="<?php echo e(__('messages.common.delete')); ?>" class="btn action-btn delete-btn tag-delete" data-id="<?php echo e($tag->id); ?>" href="#"> <i class="fa fa-trash"></i> </a> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php if($tags->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($tags->firstItem()); ?></span> - <span class="font-weight-bold ml-1 mr-1"><?php echo e($tags->lastItem()); ?></span> <?php echo e(__('messages.common.of')); ?> <span class="font-weight-bold ml-1"><?php echo e($tags->total()); ?></span> </span> </div> <div class="col-lg-10 col-md-6 col-sm-12 d-flex justify-content-end"> <?php echo e($tags->links()); ?> </div> </div> </div> <?php endif; ?> </div> <?php else: ?> <div class="col-lg-12 col-md-12 d-flex justify-content-center"> <?php if(empty($searchByTag)): ?> <p class="text-dark"><?php echo e(__('messages.tag.no_tag_available')); ?></p> <?php else: ?> <p class="text-dark"><?php echo e(__('messages.tag.no_tag_found')); ?></p> <?php endif; ?> </div> <?php endif; ?> </div> </div> </div> <?php /**PATH /home/id/crm.dev-unit.com/resources/views/livewire/tags.blade.php ENDPATH**/ ?>