We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a87ae commit 66ba013Copy full SHA for 66ba013
packages/Webkul/Admin/src/Resources/views/contacts/persons/index.blade.php
@@ -21,7 +21,7 @@
21
<div class="flex items-center gap-x-2.5">
22
{!! view_render_event('admin.persons.index.create_button.before') !!}
23
24
- @if (bouncer()->hasPermission('admin.contacts.persons.view'))
+ @if (bouncer()->hasPermission('contacts.persons.create'))
25
<a
26
href="{{ route('admin.contacts.persons.create') }}"
27
class="primary-button"
0 commit comments