If you are using L5, I assumed that you already looked at this: http://stackoverflow.com/questions/2...
Why do you need to use Transaction? I think a better implementation for this is: View::composer(arra...
you can use this on your route or Controller to pass data to your views: return view('accounts.index...
Also, looking at your routes, you did not call any controller.
The Laravel portal for problem solving, knowledge sharing and community building.