Is there any way to use the @extend functionality but pass a string rather than a file that contains...
You can use traits. http://php.net/manual/en/language.oop5.traits.php
What does your update code, model, and db table look like?
It will go to the first route that matches the pattern. You are wanting to POST To "admin/add-p...
Does first() return an array and get() return a collection object? If so, you may need to return jso...
You are selecting two columns (credit & debit) in the first unioned select, and five in the seco...
The Laravel portal for problem solving, knowledge sharing and community building.