⚝
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
/
public_html
/
resources
/
views
/
errors
/
View File Name :
404.blade.php
@extends('front.layout') @section('breadcrumb-title') {{__('Page Not Found')}} @endsection @section('breadcrumb-link') {{__('404')}} @endsection @section('content') <!-- Error section start --> <div class="error-section"> <div class="container"> <div class="row"> <div class="col-lg-6"> <div class="not-found"> <img src="{{asset('assets/front/img/404.png')}}" alt=""> </div> </div> <div class="col-lg-6"> <div class="error-txt"> <div class="oops"> <img src="{{asset('assets/front/img/oops.png')}}" alt=""> </div> <h2>{{__("You're lost")}}...</h2> <p>{{__("The page you are looking for might have been moved, renamed, or might never existed.")}}</p> <a href="{{route('front.index')}}" class="go-home-btn">{{__("Back Home")}}</a> </div> </div> </div> </div> </div> <!-- Error section end --> @endsection