diff --git a/resources/views/errors/not-authorized.blade.php b/resources/views/errors/not-authorized.blade.php new file mode 100644 index 0000000000..10746977b0 --- /dev/null +++ b/resources/views/errors/not-authorized.blade.php @@ -0,0 +1,37 @@ +@extends('layouts.minimal') + +@section('title') + {{__('Unauthorized')}} +@endsection + +@section('content') +
{{__('This form is assigned to someone else, so it’s not available under your account.')}}
+{{__('If you think this is a mistake or need help, reach out to your admin or support team.')}}
+