Add proper error messages

This commit is contained in:
Ben Goldsworthy 2023-01-14 21:02:31 +00:00
parent 97b85e1380
commit e81460781b
3 changed files with 42 additions and 11 deletions

View 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>