| Current Path : /home/users/unlimited/www/whatsapp-crm/resources/views/errors/ |
| Current File : /home/users/unlimited/www/whatsapp-crm/resources/views/errors/500.blade.php |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>500</title>
<link href="{{ url('/css/error.css') }}" rel="stylesheet" />
<meta name="robots" content="noindex, follow">
</head>
<body>
<div id="notfound">
<div class="notfound">
<div class="notfound-404">
<h3>{{ __('Oops! Page not found') }}</h3>
<h1><span>5</span><span>0</span><span>0</span></h1>
</div>
<h2>{{ __('we are sorry, but the page you requested was not found') }}</h2>
</div>
</div>
</body>
</html>