PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
botble
/
platform
/
base
/
resources
/
views
/
errors
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <meta name="robots" content="noindex,nofollow,noarchive" /> <title>{{ __('Maintenance mode') }}</title> <link rel="stylesheet" href="{{ asset('vendor/core/core/base/css/error-pages.css') }}"> </head> <body> <div class="container"> <h1>{{ __('Maintenance mode') }}</h1> <p>{{ __('Sorry, we are doing some maintenance. Please check back soon.') }}</p> </div> </body> </html>
[-] master.blade.php
[edit]
[-] 403.blade.php
[edit]
[+]
..
[-] 503.blade.php
[edit]
[-] 404.blade.php
[edit]
[-] 500.blade.php
[edit]
[-] 401.blade.php
[edit]