added read-only
mode #28nd2px
This commit is contained in:
@ -6,4 +6,6 @@ return [
|
||||
|
||||
'message' => 'Sorry, we\'re down for maintenance. Please, try again later!',
|
||||
|
||||
'read_only' => 'Read-only mode is enabled. You are allowed to view but not change anything!',
|
||||
|
||||
];
|
||||
|
3
resources/views/partials/read-only.blade.php
Normal file
3
resources/views/partials/read-only.blade.php
Normal file
@ -0,0 +1,3 @@
|
||||
<div class="alert alert-warning" role="alert">
|
||||
{{ trans('maintenance.read_only') }}
|
||||
</div>
|
Reference in New Issue
Block a user