Recurring child issue solved..

This commit is contained in:
Cüneyt Şentürk
2022-06-07 11:29:11 +03:00
parent b33009c7cd
commit 7359e246c3
4 changed files with 25 additions and 17 deletions

View File

@ -3,7 +3,7 @@
@if (! $hideCreate)
@can($permissionCreate)
<x-link href="{{ route($createRoute) }}" kind="primary">
{{ trans($textCreate) }}
{{ trans('general.title.new', ['type' => trans_choice($textPage, 1)]) }}
</x-link>
@endcan
@endif