This commit is contained in:
James Cole
2025-09-04 06:26:12 +02:00
parent 8745377f31
commit f174f124ef
2 changed files with 14 additions and 1 deletions

View File

@@ -49,6 +49,19 @@
<p>
{!! trans('errors.error_location', ['file' => $exception->getFile(), 'line' => $exception->getLine(), 'code' => $exception->getCode() ]) !!}
</p>
<h4>
{{ trans('errors.github_help') }}
</h4>
<p>
{!! trans('errors.github_instructions') !!}
</p>
<ol>
<li>{{ trans('errors.use_search') }}</li>
<li>{!! trans('errors.include_info', ['link' => route('debug') ]) !!}</li>
<li>{{ trans('errors.tell_more') }}</li>
<li>{{ trans('errors.include_logs') }}</li>
<li>{{ trans('errors.what_did_you_do') }}</li>
</ol>
<h4>
{{ trans('errors.stacktrace') }}
</h4>