You can put your views in the public folder (maybe create a template folder), then create an api rou...
Use Laravel Migration to easy structure your tables and Model, if you use Seeders you'll understand...
it says in your routes.php line 21. paste the code here from maybe line 15 to 30.
what does "getForCopy" do? $currentOrders = Orders::getForCopy($orderId);
are you putting something in the first block? it might be there are no errors? if ( $validation->...
The Laravel portal for problem solving, knowledge sharing and community building.
The community