I think there is a problem with path which you are setting/default set while cookie is created. And this created cookie only be able display for same page only. So check and try this code
$.cookie('cookieName', 'Value', { path: '/' });
This should fix your cookie path problem. If still facing same, place code that you are using to create cookie.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community