select group add new modal title updated

This commit is contained in:
Cihan Şentürk 2022-06-07 17:23:10 +03:00
parent 9e77c9e5d5
commit acd57b01bc

View File

@ -74,7 +74,7 @@
@if (! empty($addNew)) @if (! empty($addNew))
:add-new="{{ json_encode([ :add-new="{{ json_encode([
'status' => true, 'status' => true,
'text' => trans('general.add_new'), 'text' => trans('general.title.new', ['type' => $label ?? '']),
'path' => isset($attributes['path']) ? $attributes['path']: false, 'path' => isset($attributes['path']) ? $attributes['path']: false,
'type' => isset($attributes['type']) ? $attributes['type'] : 'modal', 'type' => isset($attributes['type']) ? $attributes['type'] : 'modal',
'field' => [ 'field' => [