Solve your laravel problems.
I'm trying to pass variable to a named route:
return redirect()->route('Company.Dashboard.Subscription.Index')->with(compact('message'));
But in blade i cant access the message variable.
Any ideas?
Thanks!