Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Webiondev123's avatar

flash session data in blade without passing from controller

How can I get all session data i blade without passing from controller..

I am doing {{Session::all()}} and other function but nothing showing

0 likes
4 replies
edoc's avatar

dd(session()->all())

And show us how you put data in session

edoc's avatar

dd(session()->get('count'))

How can I get all session data i blade without passing from controller..

What does this mean?

Please or to participate in this conversation.