@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.more_info') }}

{!! trans('errors.collect_info') !!} {!! trans('errors.collect_info_more') !!}

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

{!! trans('errors.github_instructions') !!}

  1. {{ trans('errors.use_search') }}
  2. {!! trans('errors.include_info', ['link' => route('debug') ]) !!}
  3. {{ trans('errors.tell_more') }}
  4. {{ trans('errors.include_logs') }}
  5. {{ trans('errors.what_did_you_do') }}
@endsection