diff --git a/resources/views/errors/404.twig b/resources/views/errors/404.twig new file mode 100644 index 0000000000..848d6674f5 --- /dev/null +++ b/resources/views/errors/404.twig @@ -0,0 +1,44 @@ + + +
++ {{ trans('errors.404_header') }} +
++ {{ trans('errors.404_page_does_not_exist') }} +
++ {{ trans('errors.404_send_error') }} +
++ {{ trans('errors.404_github_link')|raw }} +
++ {{ trans('errors.error_not_recoverable') }} +
++ {{ exception.getMessage |default('General unknown errror') }} +
+ + {% if not debug %} ++ {{ trans('errors.collect_info')|raw }} + {{ trans('errors.collect_info_more')|raw }} +
++ {{ trans('errors.github_instructions')|raw }} +
++ {{ trans('errors.error_location', {file: exception.getFile, line: exception.getLine, code: exception.getCode })|raw }} +
+