I have the following problems. On Laravel project, everythings working fine. However, we want to modify email verify and password reset email buttons. Currently they are pointing to https://application.domain.com/...
We want to modify them to a deeplink, so a mobile app will open: for example myapp://verify/...
When I inherit and modify notification blade file, email is arriving, but the buttons are miss the href attribute... Cant find solution to make them work