-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
How to translate field name
NovaBelongsToDepend::make('Country')
->options(\App\Models\Country::all()),
When translate it
NovaBelongsToDepend::make(__('Country'),'Country')
->options(\App\Models\Country::all()),
I got Error (Not Found App "Name\Class" Nova
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels