diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php
index 8a813c5408..14bfb0c5fc 100644
--- a/resources/views/errors/500.blade.php
+++ b/resources/views/errors/500.blade.php
@@ -30,11 +30,11 @@
{{ trans('errors.github_help') }}
- {{ trans('errors.github_instructions') }} |raw
+ {!! trans('errors.github_instructions') !!}
- {{ trans('errors.use_search') }}
- - {{ trans('errors.include_info', ['link' => route('debug') ]) }}
|raw
+ - {!! trans('errors.include_info', ['link' => route('debug') ]) !!}
- {{ trans('errors.tell_more') }}
- {{ trans('errors.include_logs') }}
- {{ trans('errors.what_did_you_do') }}
diff --git a/resources/views/errors/DatabaseException.blade.php b/resources/views/errors/DatabaseException.blade.php
index 7a936b8f6f..ae65ae5fdf 100644
--- a/resources/views/errors/DatabaseException.blade.php
+++ b/resources/views/errors/DatabaseException.blade.php
@@ -30,11 +30,11 @@
{{ trans('errors.github_help') }}
- {{ trans('errors.github_instructions') }} |raw
+ {!! trans('errors.github_instructions') !!}
- {{ trans('errors.use_search') }}
- - {{ trans('errors.include_info', ['link' => route('debug') ]) }}
+ - {!! trans('errors.include_info', ['link' => route('debug') ]) !!}
- {{ trans('errors.tell_more') }}
- {{ trans('errors.include_logs') }}
- {{ trans('errors.what_did_you_do') }}
diff --git a/resources/views/errors/FireflyException.blade.php b/resources/views/errors/FireflyException.blade.php
index a173765cea..5dfc2be6c8 100644
--- a/resources/views/errors/FireflyException.blade.php
+++ b/resources/views/errors/FireflyException.blade.php
@@ -30,11 +30,11 @@
{{ trans('errors.github_help') }}
- {{ trans('errors.github_instructions') }} |raw
+ {!! trans('errors.github_instructions') !!}
- {{ trans('errors.use_search') }}
- - {{ trans('errors.include_info', ['link' => route('debug') ]) }}
+ - {!! trans('errors.include_info', ['link' => route('debug') ]) !!}
- {{ trans('errors.tell_more') }}
- {{ trans('errors.include_logs') }}
- {{ trans('errors.what_did_you_do') }}
diff --git a/resources/views/v2/errors/FireflyException.blade.php b/resources/views/v2/errors/FireflyException.blade.php
index a173765cea..5dfc2be6c8 100644
--- a/resources/views/v2/errors/FireflyException.blade.php
+++ b/resources/views/v2/errors/FireflyException.blade.php
@@ -30,11 +30,11 @@
{{ trans('errors.github_help') }}
- {{ trans('errors.github_instructions') }} |raw
+ {!! trans('errors.github_instructions') !!}
- {{ trans('errors.use_search') }}
- - {{ trans('errors.include_info', ['link' => route('debug') ]) }}
+ - {!! trans('errors.include_info', ['link' => route('debug') ]) !!}
- {{ trans('errors.tell_more') }}
- {{ trans('errors.include_logs') }}
- {{ trans('errors.what_did_you_do') }}