your dates are stored in the db so you need to check with mysql,
use BETWEEN in mysql
in laravel qloquent it's whereBetween($colName, $start, $end)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community