I want to modify this file a bit. => extensions\igniter\user\components\addressbook\form.blade.php
So, I went to => themes\tastyigniter-orange_partials => then, I created the folder name ‘addressbook’ and put the modified form.blade.php in it.
After that, I found the page (form.blade.php) still was the same. Nothing was overridden.
What is the right way to override form.blade.php?
Thanks 😀