⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.231
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
ecommerce_pg
/
storage
/
framework
/
views
/
View File Name :
c9d1a5d2909c456fe6dfac7f6d8650ec01364467.php
<?php $title = 'Error '.$error_number; ?> <?php $__env->startSection('after_styles'); ?> <style> .error_number { font-size: 156px; font-weight: 600; line-height: 100px; } .error_number small { font-size: 56px; font-weight: 700; } .error_number hr { margin-top: 60px; margin-bottom: 0; width: 50px; } .error_title { margin-top: 40px; font-size: 36px; font-weight: 400; } .error_description { font-size: 24px; font-weight: 400; } </style> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="row"> <div class="col-md-12 text-center"> <div class="error_number"> <small>ERROR</small><br> <?php echo e($error_number); ?> <hr> </div> <div class="error_title text-muted"> <?php echo $__env->yieldContent('title'); ?> </div> <div class="error_description text-muted"> <small> <?php echo $__env->yieldContent('description'); ?> </small> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make(backpack_user() && (Str::startsWith(\Request::path(), config('backpack.base.route_prefix'))) ? 'backpack::layouts.top_left' : 'backpack::layouts.plain', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/ecommerce_pg/resources/views/errors/layout.blade.php ENDPATH**/ ?>