Someone could explain me, how to use Cookie inside a service provider ( Module ).
$this->loadViewsFrom(public_path('themes/'.Cookie::get('name').'/views/modules/test'),'blog');
Currently the Cookie name looks like:
eyJpdiI6ImZxSk1uR2VMWlB4TDhJa0NPN29TdVE9PSIsI
... and much more
My job is to make multiple themes to each modules, but the problem is above. Maybe there is another way to do that? I will be really grateful for help.