Change this:
where('productions.opening_date', '<=', DB::raw('curdate()'))
To:
whereRaw('productions.opening_date <= curdate()')
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community