0
In my class loginController
I make the following way:
return Redirect::to('home')->cookie($nome)->cookie($sessionid)->with('cnpj',$cnpj);
I need to have that data $cnpj
to pass on the home.blade.php
for cliente.blade.php
How do I do this? At home there is no form. Only I don’t want to pass with cookie. Actually I don’t want to pass any as cookie.