Skip to content

Tag: laravel-7

How to use multiple whereBetween to sum two different record

I need to compare and sum data from two different date. Assuming i have 4 input dates Currently, my query only able to get one whereBetween date data as below Current Code Current result from startdate and enddate Example another result from compare_startdate and compare_enddate How to query another result fr…

Not found route in Laravel 7

Making a website on Laravel 7.28. Added a route to ‘routes/web.php’: The controller is created in ‘appHttpControllersLKIndexController.php’. It has a method: Created promoter file ‘resourcesviewslkindex.blade.php’. When I’m trying to follow the route http://127.0.0.1:…