Add maintenance pages
This commit is contained in:
6
resources/views/errors/404.blade.php
Normal file
6
resources/views/errors/404.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('content')
|
||||
<x-error-block error-type="not-found" />
|
||||
<a class="btn" href="javascript:history.go(-1)">Go back to the previous page</a>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user