Transaction styling and suggestion description set dynamic..

This commit is contained in:
Cüneyt Şentürk
2022-06-14 15:06:55 +03:00
parent 8381af7300
commit febf73cc1c
5 changed files with 237 additions and 207 deletions

View File

@ -2,7 +2,7 @@
@if (! $hideButtonAddNew)
@can($permissionCreate)
<x-link href="{{ route($routeButtonAddNew, ['type' => $type]) }}" kind="primary">
<x-link href="{{ route($routeButtonAddNew, ['type' => $type]) }}" kind="primary">
{{ trans($textButtonAddNew) }}
</x-link>
@endcan