| Server IP : 138.197.107.151 / Your IP : 216.73.217.7 Web Server : Apache/2.4.58 (Ubuntu) System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : wpbetasites_mrakzqskir ( 1022) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/shark/resources/views/errors/ |
Upload File : |
@extends('layouts.auth',['title'=>'Page Not Found'])
@section('title', 'Page Not Found')
@section('content')
<div class="account-pages my-5 pt-5">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center mb-5">
<h1 class="display-2 fw-medium">4<i class="bx bx-buoy bx-spin text-primary display-3"></i>4</h1>
<h4 class="text-uppercase">Sorry, page not found</h4>
<div class="mt-5 text-center">
<a class="btn btn-primary waves-effect waves-light" href="{{ url('/') }}">Back to homepage</a>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-8 col-xl-6">
<div>
<img src="assets/images/error-img.png" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
</div>
@endsection