Start of enabling DN update.

This commit is contained in:
2023-03-31 15:55:08 +11:00
parent a1a9b8ba76
commit c36383b0fc
13 changed files with 359 additions and 125 deletions

View File

@@ -0,0 +1,9 @@
@extends('architect::layouts.error')
@section('title')
599: @lang('Untrapped Error')
@endsection
@section('content')
{{ $exception->getMessage() }}
@endsection