@extends('layout.v2.error') @section('content')
@endsection{{ trans('errors.error_not_recoverable') }}
{{ exception.getMessage |default('General unknown errror') }}
{{ trans('errors.error_location', {file: exception.getFile, line: exception.getLine, code: exception.getCode })|raw }}
{{ 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 }}