Add proper error messages
This commit is contained in:
parent
97b85e1380
commit
e81460781b
3 changed files with 42 additions and 11 deletions
14
resources/views/error.blade.php
Normal file
14
resources/views/error.blade.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html itemscope itemtype="https://schema.org/WebSite" lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
||||
@include('partials.head')
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<h1 class="page-title">Error</h1>
|
||||
<p>{{ $message }}</p>
|
||||
</header>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue