migrate to gtea from bistbucket
This commit is contained in:
18
resources/views/layouts/error-blank.blade.php
Normal file
18
resources/views/layouts/error-blank.blade.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<!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.0')}}">
|
||||
<title>@hasSection('title') @yield('title') | @endif {{ get_option('general')['title'] ?? config('app.name') }}</title>
|
||||
<link rel="stylesheet" href="{{ asset('assets/css/bootstrap.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ asset('assets/css/errors.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<div class="error-page-container">
|
||||
@yield('main_content')
|
||||
</div>
|
||||
|
||||
<script src="{{ asset('assets/js/bootstrap.bundle.min.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user