<a href='.$login.' target ="_blank" onclick="window.close();"><i class="fa fa-sign-in f-s-25" style="margin-left: 10px;"></i></a>
In laravel controller I am using tag in which on button click window.close() is working well, but when i restart my server or my PC then after it is not working.
Please give me a solution for how to close the current tab in tag in the Laravel controller without using Javascript. Window.close() is not working in also firefox.