⚝
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 :
ce44194f02f7efbf8078da0881ee2b1016fe5d06.php
<div class="row"> <div class="col-md-3"> <div class="card"> <div class="card-body"> <ul class="nav nav-pills flex-column"> <li class="nav-item"> <a href="<?php echo e(route('settings.show', ['group' => 'general'])); ?>" class="nav-link <?php echo e($groupName == 'general'? 'active' : ''); ?>"> <?php echo e(__('messages.general')); ?> </a> <a href="<?php echo e(route('settings.show', ['group' => 'company_information'])); ?>" class="nav-link mobile-text-nowrap tabText <?php echo e($groupName == 'company_information'? 'active' : ''); ?>"> <?php echo e(__('messages.company_information')); ?> </a> <a href="<?php echo e(route('settings.show', ['group' => 'note'])); ?>" class="nav-link tabText <?php echo e($groupName == 'note' ? 'active' : ''); ?>"> <?php echo e(__('messages.notes')); ?> </a> </li> </ul> </div> </div> </div> <div class="col-md-9"> <?php echo e(Form::open(['route' => 'settings.update', 'files' => true,'id'=>'settingUpdate'])); ?> <?php echo $__env->make("settings.$groupName", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo e(Form::close()); ?> </div> </div> <?php /**PATH /home/id/crm.dev-unit.com/resources/views/settings/setting_menu.blade.php ENDPATH**/ ?>