My Laravel Project have two guard. one is frontend shopping site and other is admin panel. when user accessed unknown address, I am going to show different 404 page depend on his guard. if user is in frontend shopping site, I want to show 404-shopping.blade.php. if user is in admin panel, I want to show 404-admin.blade.php. now it is showing always 404-shopping.blade.php. Thanks for any help.
404-shopping.blade.php
404-admin.blade.php
1.4m articles
1.4m replys
5 comments
57.0k users