K
Asked
All the x-label is not working/showing in html page. Please help, thanks.
For example:
<x-label for="current_password" value="{{ __('Current Password') }}" />
For example:
<x-label for="current_password" value="{{ __('Current Password') }}" />
- KAnsweredFollowing is screenshot proof.Attachments
- KAnsweredChange "value" to "label" is solving this problem.
<x-label for="current_password" label="{{ __('Current Password') }}" /> - MSAnsweredHello,
I have fixed it and updated the live demo. The download fill be updated on Monday.
Thank you - KAnswered[@Mian Saleem](/u/saleem) Hi, is it already updated to download file?
- MSAnsweredI will update the file tomorrow. You will get email notification by Envato once updated. Thanks
- Login to Reply