Added Demo mode
Demo mode allows to safely run a demo version of the app, with destructive features limited. Some bugs were also fixed in this commit.
This commit is contained in:
@@ -34,6 +34,12 @@
|
||||
|
||||
@endif
|
||||
|
||||
@if(session()->has('exception'))
|
||||
<script>
|
||||
toastr.error("{{session('exception')}}")
|
||||
</script>
|
||||
@endif
|
||||
|
||||
@stop
|
||||
|
||||
@section('content')
|
||||
|
Reference in New Issue
Block a user