I have a site using laravel-admin package. Login works fine on localhost, but once deployed to C Panel, its not login and they is now a message in my form This form is not secure. Auto fill have been disabled
You are trying to submit the form from http whilst you have hosted the web over https. Open laravel config/admin file and change the https config to true see image below