$weekday, 'time' => $time, 'is_active' => 1, 'created_at' => $now, 'updated_at' => $now, ]; } } DB::table('slots')->insert($slots); } }