I believe the HTML spec indicates that the name attribute of any form inputs must start with a lette...
Try doing the search from the ToolType model and then chaining the needed relations from there.
Try looking int single-table-inheritance - basically you define an abstract parent class and extend...
http://laravel.com/docs/eloquent - very bottom of the documentation on Eloquent Models. It's not har...
I don't personally feel like redirects should be inside of service classes. As a personal preference...
The Laravel portal for problem solving, knowledge sharing and community building.