Du kan prova något i stil med detta:
$count = DB::table('jobseekers')
->select('created_at', DB::raw('count(*) as peoples'))
->groupBy('created_at')
->get();
Du kan prova något i stil med detta:
$count = DB::table('jobseekers')
->select('created_at', DB::raw('count(*) as peoples'))
->groupBy('created_at')
->get();