@extends('layout.v2.error') @section('status_code','') @section('status','Error message') @section('sub_title', trans('errors.error_occurred')) @section('content')
{{ trans('errors.error_not_recoverable') }}
{{ $message }}
{!! trans('errors.collect_info') !!} {!! trans('errors.collect_info_more') !!}
{!! trans('errors.github_instructions') !!}