Skip to content

Commit

Permalink
Change CRUD creator page
Browse files Browse the repository at this point in the history
  • Loading branch information
reziamini committed May 5, 2022
1 parent 39875b2 commit 2619fbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/views/livewire/crud/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,15 @@
<input type="checkbox" class="form-check-input" id="with_acl" wire:model="withAcl" value="1">
<label class='form-check-label' for="with_acl">With ACL</label>
</div>
<span class="text-info font-12">Needs to be protected using roles and permissions.</span>

</div>
<div class="col-md-6">
<div class="form-check text-left">
<input type="checkbox" {{$withAcl ? '' : 'disabled'}} class="form-check-input" id="with_policy" wire:model="withPolicy" value="1">
<label class='form-check-label' for="with_policy">With Policy</label>
</div>
<span class="text-info font-12">Admin can only delete its own data in table.</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 2619fbf

Please sign in to comment.