Chartjs-Query with empty results laravel eloquent

0๐Ÿ‘

โœ…

i resolve my problem with:

Estadisticas::whereBetween('created_at', [$fromDate, $toDate])
                                ->where('id_empleado', $teleoperadora)
                                ->with('teleoperadora')->get();

whereBetween

Leave a comment