⚝
One Hat Cyber Team
⚝
Your IP:
160.79.108.8
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
favoaysf
/
www
/
storage
/
framework
/
views
/
View File Name :
8e378e31f3e7cfe4b2c160f845cb41b8.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/favoaysf/public_html/resources/views/alerts/alerts.blade.php ENDPATH**/ ?>