shell bypass 403
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="{{ helper::appdata('')->meta_title }}" />
<meta property="og:description" content="{{ helper::appdata('')->meta_description }}" />
<meta property="og:image" content='{{ helper::image_path(helper::appdata('')->og_image) }}' />
<link rel="icon" href="{{ helper::image_path(helper::appdata('')->favicon) }}" type="image" sizes="16x16">
<link rel="stylesheet" href="{{url(env('ASSETSPATHURL').'admin-assets/assets/css/bootstrap/bootstrap.min.css') }}"><!-- Bootstrap CSS -->
<link rel="stylesheet" href="{{url(env('ASSETSPATHURL').'admin-assets/assets/css/fontawesome/all.min.css') }}"><!-- FontAwesome CSS -->
<link rel="stylesheet" href="{{url(env('ASSETSPATHURL').'admin-assets/assets/css/style.css') }}"><!-- Custom CSS -->
<title> {{ helper::appdata('')->web_title }} </title>
</head>
<body>
<div class="container">
<div class="row align-items-md-center justify-content-md-center vh-md-100">
<div class="col-md-6 error-sec-order">
<div class="d-flex align-items-center justify-content-center">
<div class="text-center">
<h1 class="display-1 fw-bold">405</h1>
<p> <span class="text-danger error-content">Opps!</span></p>
<p class="text-uppercase fw-bold">An Error Occurred</p>
<p>Something is broken. Please let us know what you were doing when this error occurred. We will fix it as
soon as possible.</p>
<a href="{{ URL::to('/') }}" class="btn btn-block btn-md btn-dark mb-2">Go To Home</a>
</div>
</div>
</div>
<div class="col-md-6">
<img src="{{url(env('ASSETSPATHURL').'admin-assets/images/404.svg') }}" class="w-100"
alt="">
</div>
</div>
</div>
</body>
</html>