permissions arranged

This commit is contained in:
Sevan Nerse
2021-09-02 11:22:48 +03:00
parent 1b648a2598
commit 613da78834
7 changed files with 15 additions and 5 deletions

View File

@@ -87,7 +87,7 @@
{{ trans('general.show') }}
</a>
@can('create-sales-customers')
@can('update-sales-customers')
<a class="dropdown-item" href="{{ route('customers.edit', $item->id) }}">
{{ trans('general.edit') }}
</a>