500

{{ trans('errors.error_occurred') }}

{{ trans('errors.error_not_recoverable') }}

{{ exception.getMessage |default('General unknown errror') }}

{% if not debug %}

{{ trans('errors.more_info') }}

{{ trans('errors.collect_info')|raw }} {{ trans('errors.collect_info_more')|raw }}

{{ trans('errors.github_help') }}

{{ trans('errors.github_instructions')|raw }}

  1. {{ trans('errors.use_search') }}
  2. {{ trans('errors.include_info', { link: route('debug') })|raw }}
  3. {{ trans('errors.tell_more') }}
  4. {{ trans('errors.include_logs') }}
  5. {{ trans('errors.what_did_you_do') }}
{% endif %}
{% if debug %}

{{ trans('errors.error') }}

{{ trans('errors.error_location', {file: exception.getFile, line: exception.getLine, code: exception.getCode })|raw }}

{{ trans('errors.stacktrace') }}

{{ exception.getTraceAsString|nl2br }}
{% endif %}