ヤミRoot VoidGate
User / IP
:
216.73.217.162
Host / Server
:
15.235.182.215 / pollibazaar.com
System
:
Linux asia.cbnex.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
pollibazaar
/
public_html
/
storage
/
framework
/
views
/
Viewing: f173ee47828472df7f24db605aba85e7.php
<?php $__env->startSection('title', translate('employee_details')); ?> <?php $__env->startSection('content'); ?> <div class="content container-fluid"> <div class="mb-3"> <h2 class="h1 mb-0 text-capitalize d-flex align-items-center gap-2"> <img src="<?php echo e(dynamicAsset(path: 'public/assets/back-end/img/employee.png')); ?>" width="20" alt=""> <?php echo e(translate('employee_details')); ?> </h2> </div> <div class="card mt-3"> <div class="card-body"> <h3 class="mb-3 text-primary"><?php echo e('#'.translate('EMP').' '.$employee['id']); ?></h3> <div class="row g-2"> <div class="col-lg-7 col-xl-8"> <div class="media align-items-center flex-wrap flex-sm-nowrap gap-3"> <img width="250" class="rounded border" src="<?php echo e(getStorageImages(path: $employee->image_full_url,type:'backend-profile')); ?>" alt="<?php echo e(translate('image_Description')); ?>"> <div class="media-body"> <div class="text-capitalize mb-4"> <h3 class="mb-2"><?php echo e($employee->name); ?></h3> <p><?php echo e(isset($employee->role) ? $employee->role->name : translate('role_not_found')); ?></p> </div> <ul class="d-flex flex-column gap-2 px-0"> <li class="d-flex gap-2 align-items-center"> <i class="fi fi-rr-phone-flip"></i> <a href="tel:<?php echo e($employee->phone); ?>" class="text-dark"><?php echo e($employee->phone); ?></a> </li> <li class="d-flex gap-2 align-items-center"> <i class="fi fi-rr-envelope"></i> <a href="mailto:<?php echo e($employee->email); ?>" class="text-dark"><?php echo e($employee->email); ?></a> </li> <?php if(!empty($employee->identify_type)): ?> <li class="d-flex gap-2 align-items-center"> <i class="fi fi-rr-calendar-day"></i> <span class="text-dark text-uppercase"><?php echo e($employee->identify_type.' '.'-'.' '.$employee?->identify_number ?? translate('identify_number_not_found')); ?></span> </li> <?php endif; ?> </ul> </div> </div> </div> <div class="col-lg-5 col-xl-4"> <div class="bg-primary-light rounded p-3"> <div class="bg-white rounded p-3"> <div class="d-flex gap-2 align-items-center"> <i class="fi fi-rr-calendar-day"></i> <span class="text-dark"><?php echo e(translate('join').' '.':'.' '.date('d/m/Y',strtotime($employee->created_at))); ?></span> </div> </div> <div class="bg-white rounded p-3 mt-3"> <div class="d-flex justify-content-between gap-3"> <div class="d-flex flex-column gap-4"> <div class="d-flex gap-2 align-items-center"> <i class="fi fi-rr-portrait"></i> <h4 class="text-dark mb-0 text-capitalize"><?php echo e(translate('access_available').' : '.' '); ?></h4> </div> <?php if(isset($employee->role)): ?> <div class="tags d-flex gap-2 flex-wrap text-capitalize"> <?php $__currentLoopData = json_decode($employee->role->module_access); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <span class="badge badge-info text-bg-info"><?php echo e(str_replace('_' ,' ',$value)); ?></span> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> </div> <a href="<?php echo e(route('admin.employee.update',[$employee['id']])); ?>"> <i class="fi fi-rr-pencil" data-bs-toggle="tooltip" data-bs-title="<?php echo e(translate('you_can_create_or_edit_role_form_employee_role_setup')); ?>"></i> </a> </div> </div> </div> </div> <div class="col-12"> <div class="d-flex justify-content-end"> <a href="<?php echo e(route('admin.employee.update',[$employee['id']])); ?>" class="btn btn-primary"> <i class="fi fi-rr-pencil"></i> <?php echo e(translate('edit')); ?> </a> </div> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.admin.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /home/pollibazaar/public_html/resources/views/admin-views/employee/view.blade.php ENDPATH**/ ?>
Coded With 💗 by
0x6ick