One Hat Cyber Team
Your IP :
18.224.62.168
Server IP :
104.21.112.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
forge
/
gftag.com
/
storage
/
framework
/
views
/
Edit File:
f138de277a85ed4eef27d8cc769994551d6b53ef.php
<?php if(Session::has('success')): ?> <div class="alert alert-success alert-dismissible"> <button type="button" class="close" data-dismiss="alert">×</button> <b><?php echo e(Session::get('success')); ?></b> </div> <?php endif; ?> <?php if(Session::has('error')): ?> <div class="alert alert-danger alert-dismissible"> <button type="button" class="close" data-dismiss="alert">×</button> <b><?php echo e(Session::get('error')); ?></b> </div> <?php endif; ?> <?php if(count($errors) > 0): ?> <div class="alert alert-danger validation"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button> <ul class="text-left <?php echo e(count($errors) == 1 ? 'list-unstyled' : ''); ?>"> <?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <b><?php echo e($error); ?></b> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> <?php endif; ?> <?php /**PATH /home/forge/gftag.com/resources/views/alerts/alerts.blade.php ENDPATH**/ ?>
Simpan