Get the most accurate request time from Laravel to be used in the frontend
I need to get an accurate timestamp of the request in order to then calculate the session end time I need the timestamp in the layout to be available globally for some JS script, so right now I store it…