TextInput, set default value (from backend)
Currently I have
The
However it's not showing in the forms. So how can I make it show?
TextInput::make('user.name').The
name field of the user relation already have an value. However it's not showing in the forms. So how can I make it show?