|
|
@@ -0,0 +1,75 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<!--[if IE 8]> <html lang="{{app()->getLocale()}}" class="ie8 no-js"> <![endif]-->
|
|
|
+<!--[if IE 9]> <html lang="{{app()->getLocale()}}" class="ie9 no-js"> <![endif]-->
|
|
|
+<!--[if !IE]><!-->
|
|
|
+<html lang="{{app()->getLocale()}}">
|
|
|
+<!--<![endif]-->
|
|
|
+<!-- BEGIN HEAD -->
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta charset="utf-8" />
|
|
|
+ <title>{{trans('404.csrf_title')}}</title>
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
+ <meta content="width=device-width, initial-scale=1" name="viewport" />
|
|
|
+ <meta content="" name="description" />
|
|
|
+ <meta content="" name="author" />
|
|
|
+ <!-- BEGIN GLOBAL MANDATORY STYLES -->
|
|
|
+ <link href="/assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
|
|
|
+ <link href="/assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" />
|
|
|
+ <link href="/assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
|
|
+ <link href="/assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css" />
|
|
|
+ <!-- END GLOBAL MANDATORY STYLES -->
|
|
|
+ <!-- BEGIN THEME GLOBAL STYLES -->
|
|
|
+ <link href="/assets/global/css/components-rounded.min.css" rel="stylesheet" id="style_components" type="text/css" />
|
|
|
+ <link href="/assets/global/css/plugins.min.css" rel="stylesheet" type="text/css" />
|
|
|
+ <!-- END THEME GLOBAL STYLES -->
|
|
|
+ <!-- BEGIN PAGE LEVEL STYLES -->
|
|
|
+ <link href="/assets/pages/css/error.min.css" rel="stylesheet" type="text/css" />
|
|
|
+ <!-- END PAGE LEVEL STYLES -->
|
|
|
+ <!-- BEGIN THEME LAYOUT STYLES -->
|
|
|
+ <!-- END THEME LAYOUT STYLES -->
|
|
|
+ <link rel="shortcut icon" href="{{asset('favicon.ico')}}" /> </head>
|
|
|
+<!-- END HEAD -->
|
|
|
+
|
|
|
+<body class="page-500-full-page">
|
|
|
+<div class="row">
|
|
|
+ <div class="col-md-12 page-500">
|
|
|
+ <h3>{{trans('404.csrf_title')}}</h3>
|
|
|
+ <p><br></p>
|
|
|
+ <div class="number font-red"> <img src="{{asset('assets/images/404.gif')}}" /> </div>
|
|
|
+ <p><br></p>
|
|
|
+ <a href="{{url('/')}}" class="btn default"> {{trans('404.csrf_back')}} </a>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+<!--[if lt IE 9]>
|
|
|
+<script src="/assets/global/plugins/respond.min.js"></script>
|
|
|
+<script src="/assets/global/plugins/excanvas.min.js"></script>
|
|
|
+<script src="/assets/global/plugins/ie8.fix.min.js"></script>
|
|
|
+<![endif]-->
|
|
|
+<!-- BEGIN CORE PLUGINS -->
|
|
|
+<script src="/assets/global/plugins/jquery.min.js" type="text/javascript"></script>
|
|
|
+<script src="/assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
|
|
|
+<script src="/assets/global/plugins/js.cookie.min.js" type="text/javascript"></script>
|
|
|
+<script src="/assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
|
|
|
+<script src="/assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
|
|
|
+<script src="/assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script>
|
|
|
+<!-- END CORE PLUGINS -->
|
|
|
+<!-- BEGIN THEME GLOBAL SCRIPTS -->
|
|
|
+<script src="/assets/global/scripts/app.min.js" type="text/javascript"></script>
|
|
|
+
|
|
|
+<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122312249-1"></script>
|
|
|
+<script>
|
|
|
+ window.dataLayer = window.dataLayer || [];
|
|
|
+ function gtag(){dataLayer.push(arguments);}
|
|
|
+ gtag('js', new Date());
|
|
|
+
|
|
|
+ gtag('config', 'UA-122312249-1');
|
|
|
+</script>
|
|
|
+
|
|
|
+<!-- END THEME GLOBAL SCRIPTS -->
|
|
|
+<!-- BEGIN THEME LAYOUT SCRIPTS -->
|
|
|
+<!-- END THEME LAYOUT SCRIPTS -->
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|