Error : Laravel
Hi
This error appears after inactivity :
https://www.screencast.com/t/0UFyIs2gxmj
I have to login again to gain access.
Thank you
Replies (1)
Hi,
Thank you for your feedback. We will check and fix it.
You can use this code to check the auth status.
@if (auth()->check())
Thanks