diff --git a/resources/views/errors/403.blade.php b/resources/views/errors/403.blade.php index 4a4e2092b..8a6378045 100644 --- a/resources/views/errors/403.blade.php +++ b/resources/views/errors/403.blade.php @@ -10,7 +10,11 @@
User does not have the right roles.
+ @if($exception->getMessage()) +{{ $exception->getMessage() }}
+ @else +You are not authorized to perform this action!
+ @endif Go back to homepageUser does not have the right roles.
+Oops! Something is not working. Try again in a bit!
Go back to homepage