⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.31
Server IP:
95.217.99.93
Server:
Linux sv1.sonichosted.com 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
lifestylescentra
/
www
/
resources
/
views
/
errors
/
View File Name :
500.blade.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no" name="viewport"> <title>500 — {{ $setting->app_name }}</title> <!-- General CSS Files --> <link rel="stylesheet" href="{{ asset('backend/css/bootstrap.min.css') }}"> <link rel="stylesheet" href="{{ asset('backend/fontawesome/css/all.min.css') }}"> <!-- CSS Libraries --> <!-- Template CSS --> <link rel="stylesheet" href="{{ asset('backend/css/style.css') }}"> <link rel="stylesheet" href="{{ asset('backend/css/components.css') }}"> </head> <body> <div id="app"> <section class="section"> <div class="container mt-5"> <div class="page-error"> <div class="page-inner"> <h1>500</h1> <div class="page-description"> Whoopps, something went wrong. </div> <div class="page-search"> <div class="mt-3"> <a href="{{ str_contains(url()->current(), 'admin') ? route('admin.dashboard') : route('website.home') }}">Back to Home</a> </div> </div> </div> </div> <div class="simple-footer mt-5"> Copyright © {{ $setting->app_name }} {{ date('Y') }} </div> </div> </section> </div> </body> </html>