| Path : /var/www/html/phkaymedia/resources/views/errors/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/phkaymedia/resources/views/errors/404.blade.php |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{{__('message.page not found')}}</title>
<link href="{{ mix('/css/app.css') }}" rel="stylesheet">
</head>
<body>
<div class="my-loading" id="myLoading">
<div class="d-flex flex-column justify-content-center align-items-center w-100 h-100">
<div class="d-flex align-items-center">
<h1 class="display-1 font-title px-2">4</h1>
<div class="loader">
<span>
<img src="{{ asset('logo32x32.png') }}" alt="Logo" width="70%">
</span>
</div>
<h1 class="display-1 font-title px-2">4</h1>
</div>
<h1 class="font-title">{{__('message.page not found')}}</h1>
<a href="{{route('home',app()->getLocale())}}" class="btn btn-warning btn-sm rounded-pill"><i class='bx bx-left-arrow-alt'></i> Back Home</a>
</div>
</div>
<script src="{{ mix('/js/app.js') }}"></script>
</body>
</html>