Skip to content

Commit 2619fbf

Browse files
committed
Change CRUD creator page
1 parent 39875b2 commit 2619fbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/views/livewire/crud/create.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,15 @@
5151
<input type="checkbox" class="form-check-input" id="with_acl" wire:model="withAcl" value="1">
5252
<label class='form-check-label' for="with_acl">With ACL</label>
5353
</div>
54+
<span class="text-info font-12">Needs to be protected using roles and permissions.</span>
55+
5456
</div>
5557
<div class="col-md-6">
5658
<div class="form-check text-left">
5759
<input type="checkbox" {{$withAcl ? '' : 'disabled'}} class="form-check-input" id="with_policy" wire:model="withPolicy" value="1">
5860
<label class='form-check-label' for="with_policy">With Policy</label>
5961
</div>
62+
<span class="text-info font-12">Admin can only delete its own data in table.</span>
6063
</div>
6164
</div>
6265
</div>

0 commit comments

Comments
 (0)