Password Confirmation not working correctly in Laravel Nova
I am working on setting up a password confirmation field in my Laravel Nova resource.
How to display data in laravel nova from file instead of model?
This is a data in countries.php file
i need to display it into country nova resource but i don’t want to use country model
get current tab lang from outl1ne/nova-translatable
Would it be possible to do something like that using https://github.com/outl1ne/nova-translatable?
Can I add a standalone button next to the create button in Nova 4 in Laravel?
I would like to add a standalone button just next to the create button in a resource. without lots of work it’s only purpose that it will work as an anchor tag to redirect to another page. What’s a simple way to do so ?